mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
oops
This commit is contained in:
parent
25242f357f
commit
f700204154
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue