Clear caches on session change (#1179)
parent
331c506728
commit
a5762c2d7d
|
@ -52,6 +52,8 @@ export class MeModel {
|
||||||
this.mainFeed.clear()
|
this.mainFeed.clear()
|
||||||
this.notifications.clear()
|
this.notifications.clear()
|
||||||
this.follows.clear()
|
this.follows.clear()
|
||||||
|
this.rootStore.profiles.cache.clear()
|
||||||
|
this.rootStore.posts.cache.clear()
|
||||||
this.did = ''
|
this.did = ''
|
||||||
this.handle = ''
|
this.handle = ''
|
||||||
this.displayName = ''
|
this.displayName = ''
|
||||||
|
|
Loading…
Reference in New Issue