Update feeds on post created (#2085)
This commit is contained in:
parent
bdb2bfdd83
commit
48f5cebc80
4 changed files with 66 additions and 14 deletions
|
@ -248,7 +248,7 @@ export function findPostInQueryData(
|
|||
export function* findAllPostsInQueryData(
|
||||
queryClient: QueryClient,
|
||||
uri: string,
|
||||
): Generator<AppBskyFeedDefs.PostView, void> {
|
||||
): Generator<AppBskyFeedDefs.PostView, undefined> {
|
||||
const queryDatas = queryClient.getQueriesData<
|
||||
InfiniteData<FeedPageUnselected>
|
||||
>({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue