mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 17:00:07 +09:00
oops
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user