summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/common/views/components/messaging.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/messaging.vue b/src/web/app/common/views/components/messaging.vue
index 2ec488c247..db60e9259a 100644
--- a/src/web/app/common/views/components/messaging.vue
+++ b/src/web/app/common/views/components/messaging.vue
@@ -89,7 +89,7 @@ export default Vue.extend({
beforeDestroy() {
this.connection.off('message', this.onMessage);
this.connection.off('read', this.onRead);
- (this as any).streams.messagingIndexStream.dispose(this.connectionId);
+ (this as any).os.streams.messagingIndexStream.dispose(this.connectionId);
},
methods: {
isMe(message) {