Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Don't call getProfiles if there are no actors (#10196)

authored by

DS Boyce and committed by
GitHub
3c21fee6 e74b57ab

+1
+1
src/state/queries/profile.ts
··· 99 99 }) { 100 100 const agent = useAgent() 101 101 return useQuery({ 102 + enabled: handles.length > 0, 102 103 staleTime: STALE.MINUTES.FIVE, 103 104 queryKey: profilesQueryKey(handles), 104 105 queryFn: async () => {