summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts/streaming/messaging-index-stream.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/common/scripts/streaming/messaging-index-stream.ts')
-rw-r--r--src/web/app/common/scripts/streaming/messaging-index-stream.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/web/app/common/scripts/streaming/messaging-index-stream.ts b/src/web/app/common/scripts/streaming/messaging-index-stream.ts
deleted file mode 100644
index 8015c840b4..0000000000
--- a/src/web/app/common/scripts/streaming/messaging-index-stream.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import Stream from './stream';
-
-/**
- * Messaging index stream connection
- */
-export default class Connection extends Stream {
- constructor(me) {
- super('messaging-index', {
- i: me.token
- });
- }
-}