update usePostThreadQuery to check quote query data (#4975)
* update `usePostThreadQuery` to check quote query data * search notifs before quotes * oops
This commit is contained in:
parent
92989282ae
commit
df5bf28e61
2 changed files with 5 additions and 1 deletions
|
|
@ -75,8 +75,8 @@ export async function getAllListMembers(agent: BskyAgent, uri: string) {
|
|||
listItems.push(...res.data.items)
|
||||
hasMore = Boolean(res.data.cursor)
|
||||
cursor = res.data.cursor
|
||||
i++
|
||||
}
|
||||
i++
|
||||
return listItems
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue