diff options
Diffstat (limited to 'src/state/models/root-store.ts')
-rw-r--r-- | src/state/models/root-store.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/models/root-store.ts b/src/state/models/root-store.ts index d4fcbf74e..0d893415f 100644 --- a/src/state/models/root-store.ts +++ b/src/state/models/root-store.ts @@ -142,7 +142,6 @@ export class RootStoreModel { } try { await this.me.notifications.loadUnreadCount() - await this.me.follows.fetchIfNeeded() } catch (e: any) { this.log.error('Failed to fetch latest state', e) } |