mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 19:25:44 +02:00
wip
This commit is contained in:
@@ -253,7 +253,7 @@ export default defineComponent({
|
||||
|
||||
async created() {
|
||||
if (this.$store.getters.isSignedIn) {
|
||||
this.connection = this.$root.stream;
|
||||
this.connection = os.stream;
|
||||
}
|
||||
|
||||
// plugin
|
||||
|
||||
Reference in New Issue
Block a user