Add lists listings

This commit is contained in:
Paul Frazee
2023-05-05 17:24:23 -05:00
parent 72340aa395
commit 2e2fc76256
4 changed files with 101 additions and 14 deletions
+2
View File
@@ -151,6 +151,8 @@ export class ProfileUiModel {
.setup()
.catch(err => this.rootStore.log.error('Failed to fetch feed', err)),
])
// HACK: need to use the DID as a param, not the username -prf
this.lists.source = this.profile.did
this.lists
.loadMore()
.catch(err => this.rootStore.log.error('Failed to fetch lists', err))