Rework the me.follows cache to reduce network load (#384)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user