diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-07 18:58:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-07 18:58:19 +0900 |
| commit | d6594b6e65f3b5f88e2181489b4e2d2ec6ce70cb (patch) | |
| tree | 8bd28f1d27a77e061e7b7f56f8794e483fe82f8f /src/web/app/common | |
| parent | wip (diff) | |
| download | sharkey-d6594b6e65f3b5f88e2181489b4e2d2ec6ce70cb.tar.gz sharkey-d6594b6e65f3b5f88e2181489b4e2d2ec6ce70cb.tar.bz2 sharkey-d6594b6e65f3b5f88e2181489b4e2d2ec6ce70cb.zip | |
oops
Diffstat (limited to 'src/web/app/common')
| -rw-r--r-- | src/web/app/common/views/components/messaging.vue | 2 |
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) { |