Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix other case of promise.all misuse (#8505)

authored by

Samuel Newman and committed by
GitHub
e672f43e afd3d282

+3 -7
+3 -7
src/screens/Settings/InterestsSettings.tsx
··· 113 113 }, 114 114 ) 115 115 await Promise.all([ 116 - await qc.resetQueries({ 117 - queryKey: createSuggestedStarterPacksQueryKey(), 118 - }), 119 - await qc.resetQueries({queryKey: createGetSuggestedFeedsQueryKey()}), 120 - await qc.resetQueries({ 121 - queryKey: createGetSuggestedUsersQueryKey({}), 122 - }), 116 + qc.resetQueries({queryKey: createSuggestedStarterPacksQueryKey()}), 117 + qc.resetQueries({queryKey: createGetSuggestedFeedsQueryKey()}), 118 + qc.resetQueries({queryKey: createGetSuggestedUsersQueryKey({})}), 123 119 ]) 124 120 125 121 Toast.show(