mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Fix bug
This commit is contained in:
parent
4ab40d8c8b
commit
a868f7e6b2
1 changed files with 2 additions and 2 deletions
|
@ -244,10 +244,10 @@ export default class MiOS extends EventEmitter {
|
||||||
this.store.dispatch('login', me);
|
this.store.dispatch('login', me);
|
||||||
fetched();
|
fetched();
|
||||||
} else {
|
} else {
|
||||||
|
this.initStream();
|
||||||
|
|
||||||
// Finish init
|
// Finish init
|
||||||
callback();
|
callback();
|
||||||
|
|
||||||
this.initStream();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue