Use same source for pinned feeds on Home and tab/sidebars (#2235)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user