Bluesky app fork with some witchin' additions ๐Ÿ’ซ
0
fork

Configure Feed

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

[๐Ÿด] Overfetch follow for default new dialog state (#4205)

authored by

Eric Bailey and committed by
GitHub
406993cf 90966559

+1 -3
+1 -3
src/components/dms/NewChatDialog/index.tsx
··· 314 314 isError, 315 315 isFetching, 316 316 } = useActorAutocompleteQuery(searchText, true, 12) 317 - const {data: follows} = useProfileFollowsQuery(currentAccount?.did, { 318 - limit: 12, 319 - }) 317 + const {data: follows} = useProfileFollowsQuery(currentAccount?.did) 320 318 321 319 const items = useMemo(() => { 322 320 let _items: Item[] = []