Use same source for pinned feeds on Home and tab/sidebars (#2235)
This commit is contained in:
parent
8df4fd4d57
commit
14c77255dd
2 changed files with 10 additions and 4 deletions
|
@ -249,6 +249,7 @@ export function usePinnedFeedsInfos(): {
|
|||
// these requests can fail, need to filter those out
|
||||
try {
|
||||
return await queryClient.fetchQuery({
|
||||
staleTime: STALE.SECONDS.FIFTEEN,
|
||||
queryKey: feedSourceInfoQueryKey({uri}),
|
||||
queryFn: async () => {
|
||||
const type = getFeedTypeFromUri(uri)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue