about summary refs log tree commit diff
path: root/src/state/models/me.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/me.ts')
-rw-r--r--src/state/models/me.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/me.ts b/src/state/models/me.ts
index 0cb84c9fc..451d562a4 100644
--- a/src/state/models/me.ts
+++ b/src/state/models/me.ts
@@ -96,6 +96,7 @@ export class MeModel {
           this.avatar = ''
         }
       })
+      this.mainFeed.clear()
       await Promise.all([
         this.mainFeed.setup().catch(e => {
           this.rootStore.log.error('Failed to setup main feed model', e)