From d6594b6e65f3b5f88e2181489b4e2d2ec6ce70cb Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Mar 2018 18:58:19 +0900 Subject: [PATCH] oops --- src/web/app/common/views/components/messaging.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/common/views/components/messaging.vue b/src/web/app/common/views/components/messaging.vue index 2ec488c24..db60e9259 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) {