Reset feeds on login

This commit is contained in:
Paul Frazee
2022-12-14 15:49:38 -06:00
parent bd6bb4df06
commit a06fd7dfd4
+4
View File
@@ -95,6 +95,10 @@ export class MeModel {
this.avatar = ''
}
})
this.mainFeed = new FeedModel(this.rootStore, 'home', {
algorithm: 'reverse-chronological',
})
this.notifications = new NotificationsViewModel(this.rootStore, {})
this.memberships = new MembershipsViewModel(this.rootStore, {
actor: this.did,
})