Fix render bug on native

This commit is contained in:
Eric Bailey
2025-05-29 19:10:33 -05:00
parent 412b9943b5
commit 10a77f0614
2 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export function usePostThread({
const {data} = await agent.app.bsky.unspecced.getPostThreadV2({
anchor: params.anchor!,
branchingFactor: params.view === 'linear' ? 1 : undefined,
below: 10,
below: 4,
sort: params.sort,
prioritizeFollowedUsers: params.prioritizeFollowedUsers,
})