Clear caches on session change (#1179)
This commit is contained in:
parent
331c506728
commit
a5762c2d7d
1 changed files with 2 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue