Clear caches on session change (#1179)

This commit is contained in:
Paul Frazee 2023-08-15 12:55:51 -07:00 committed by GitHub
parent 331c506728
commit a5762c2d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''