diff options
Diffstat (limited to 'src/web/app/common/scripts/streaming/messaging-index.ts')
| -rw-r--r-- | src/web/app/common/scripts/streaming/messaging-index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/streaming/messaging-index.ts b/src/web/app/common/scripts/streaming/messaging-index.ts index 84e2174ec4..24f0ce0c9f 100644 --- a/src/web/app/common/scripts/streaming/messaging-index.ts +++ b/src/web/app/common/scripts/streaming/messaging-index.ts @@ -8,7 +8,7 @@ import MiOS from '../../mios'; export class MessagingIndexStream extends Stream { constructor(os: MiOS, me) { super(os, 'messaging-index', { - i: me.token + i: me.account.token }); } } |