parent
8a3601c07c
commit
91b360fd19
|
@ -158,6 +158,7 @@ export class RootStoreModel {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
await this.me.notifications.loadUnreadCount()
|
||||||
await this.me.follows.fetchIfNeeded()
|
await this.me.follows.fetchIfNeeded()
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
this.log.error('Failed to fetch latest state', e)
|
this.log.error('Failed to fetch latest state', e)
|
||||||
|
|
Loading…
Reference in New Issue