Update team handles and fetch more data in discovery
This commit is contained in:
parent
53fc5bf336
commit
64c8689a29
2 changed files with 9 additions and 9 deletions
|
@ -48,6 +48,8 @@ export class SuggestedPostsView {
|
|||
const responses = await getMultipleAuthorsPosts(
|
||||
this.rootStore,
|
||||
TEAM_HANDLES(String(this.rootStore.agent.service)),
|
||||
undefined,
|
||||
30,
|
||||
)
|
||||
runInAction(() => {
|
||||
const finalPosts = mergePosts(responses, {repostsOnly: true})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue