Use new filter for Posts tab on profile (#2150)
* Use new filter for Posts tab on profile * Update deps * Remove log
This commit is contained in:
@@ -121,7 +121,7 @@ let Feed = ({
|
||||
data?.pages.length === 1 &&
|
||||
(feed === 'following' ||
|
||||
feed === 'home' ||
|
||||
feed === `author|${myDid}|posts_no_replies`)
|
||||
feed === `author|${myDid}|posts_and_author_threads`)
|
||||
) {
|
||||
queryClient.invalidateQueries({queryKey: RQKEY(feed)})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user