diff --git a/src/state/models/root-store.ts b/src/state/models/root-store.ts index 58cad77b9f..03550f1b01 100644 --- a/src/state/models/root-store.ts +++ b/src/state/models/root-store.ts @@ -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)