mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-31 15:04:00 +02:00
Update init.ts
This commit is contained in:
@@ -93,7 +93,7 @@ const fetchme = (token) => new Promise((done, fail) => {
|
|||||||
if (store.state.i != null) {
|
if (store.state.i != null) {
|
||||||
// TODO: i.token が null になるケースってどんな時だっけ?
|
// TODO: i.token が null になるケースってどんな時だっけ?
|
||||||
if (store.state.i.token == null) {
|
if (store.state.i.token == null) {
|
||||||
this.signout();
|
signout();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 後から新鮮なデータをフェッチ
|
// 後から新鮮なデータをフェッチ
|
||||||
|
|||||||
Reference in New Issue
Block a user