Reset feeds on login
parent
9f27af6199
commit
7181a75bfb
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue