mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 21:04:08 +02:00
✌️
This commit is contained in:
@@ -54,7 +54,7 @@ export default Vue.extend({
|
||||
});
|
||||
|
||||
this.disconnect();
|
||||
this.connection = new ChannelStream(this.channel.id);
|
||||
this.connection = new ChannelStream((this as any).os, this.channel.id);
|
||||
this.connection.on('post', this.onPost);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user