mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 18:43:08 +02:00
oops
This commit is contained in:
parent
a53874edc2
commit
d6594b6e65
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export default Vue.extend({
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
this.connection.off('message', this.onMessage);
|
this.connection.off('message', this.onMessage);
|
||||||
this.connection.off('read', this.onRead);
|
this.connection.off('read', this.onRead);
|
||||||
(this as any).streams.messagingIndexStream.dispose(this.connectionId);
|
(this as any).os.streams.messagingIndexStream.dispose(this.connectionId);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
isMe(message) {
|
isMe(message) {
|
||||||
|
|
Loading…
Reference in a new issue