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