Add annotations

This commit is contained in:
Eric Bailey
2025-05-22 16:23:03 -05:00
parent a16f5ecbff
commit 2183de7452
6 changed files with 31 additions and 45 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ export function usePostThread({
queryKey,
async queryFn() {
const {data} = await agent.app.bsky.unspecced.getPostThreadV2({
uri: uri!,
nestedBranchingFactor: params.view === 'linear' ? 1 : 10,
anchor: uri!,
branchingFactor: params.view === 'linear' ? 1 : 10,
below: 10,
sorting: mapSortOptionsToSortID(params.sort),
})