1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 05:05:54 +02:00
This commit is contained in:
syuilo
2018-03-07 18:58:19 +09:00
parent a53874edc2
commit d6594b6e65

View File

@@ -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) {