wip #7533
This commit is contained in:
parent
c92744c3d3
commit
ae2267220b
23 changed files with 69 additions and 386 deletions
|
|
@ -63,7 +63,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
mounted() {
|
||||
this.connection = os.stream.useSharedConnection('messagingIndex');
|
||||
this.connection = os.stream.useChannel('messagingIndex');
|
||||
|
||||
this.connection.on('message', this.onMessage);
|
||||
this.connection.on('read', this.onRead);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue