Update team handles and fetch more data in discovery

This commit is contained in:
Paul Frazee 2023-03-15 17:29:38 -05:00
parent 53fc5bf336
commit 64c8689a29
2 changed files with 9 additions and 9 deletions

View file

@ -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})