diff options
Diffstat (limited to 'src/state/models/me.ts')
-rw-r--r-- | src/state/models/me.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/state/models/me.ts b/src/state/models/me.ts index 26f0849c7..3adbc7c6c 100644 --- a/src/state/models/me.ts +++ b/src/state/models/me.ts @@ -104,9 +104,6 @@ export class MeModel { } }) this.mainFeed.clear() - await this.follows.fetch().catch(e => { - this.rootStore.log.error('Failed to load my follows', e) - }) await Promise.all([ this.mainFeed.setup().catch(e => { this.rootStore.log.error('Failed to setup main feed model', e) |