mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-08 01:34:11 +02:00
wip #7533
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user