wip
This commit is contained in:
parent
06eabcbc63
commit
6c495268ae
15 changed files with 230 additions and 95 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).os.stream.dispose(this.connectionId);
|
||||
(this as any).streams.messagingIndexStream.dispose(this.connectionId);
|
||||
},
|
||||
methods: {
|
||||
isMe(message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue