Reset feeds on login
This commit is contained in:
@@ -95,6 +95,10 @@ export class MeModel {
|
|||||||
this.avatar = ''
|
this.avatar = ''
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this.mainFeed = new FeedModel(this.rootStore, 'home', {
|
||||||
|
algorithm: 'reverse-chronological',
|
||||||
|
})
|
||||||
|
this.notifications = new NotificationsViewModel(this.rootStore, {})
|
||||||
this.memberships = new MembershipsViewModel(this.rootStore, {
|
this.memberships = new MembershipsViewModel(this.rootStore, {
|
||||||
actor: this.did,
|
actor: this.did,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user