about summary refs log tree commit diff
path: root/src/state/models/root-store.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-03 19:50:46 -0500
committerGitHub <noreply@github.com>2023-04-03 19:50:46 -0500
commit25cc5b997f07daaeb64ef434992cb95892546ff5 (patch)
tree09531de05bbce7edddc9b5d48cb4cd56bdabcf90 /src/state/models/root-store.ts
parent50f7f9877ff000fac3a22d4432253f91657b7e61 (diff)
downloadvoidsky-25cc5b997f07daaeb64ef434992cb95892546ff5.tar.zst
Rework the me.follows cache to reduce network load (#384)
Diffstat (limited to 'src/state/models/root-store.ts')
-rw-r--r--src/state/models/root-store.ts1
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)
     }