diff options
-rw-r--r-- | src/state/models/me.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/state/models/me.ts b/src/state/models/me.ts index e46c0e80f..186e61cf6 100644 --- a/src/state/models/me.ts +++ b/src/state/models/me.ts @@ -52,6 +52,8 @@ export class MeModel { this.mainFeed.clear() this.notifications.clear() this.follows.clear() + this.rootStore.profiles.cache.clear() + this.rootStore.posts.cache.clear() this.did = '' this.handle = '' this.displayName = '' |