Overfetch follow for default new dialog state
This commit is contained in:
@@ -314,9 +314,7 @@ function SearchablePeopleList({
|
|||||||
isError,
|
isError,
|
||||||
isFetching,
|
isFetching,
|
||||||
} = useActorAutocompleteQuery(searchText, true, 12)
|
} = useActorAutocompleteQuery(searchText, true, 12)
|
||||||
const {data: follows} = useProfileFollowsQuery(currentAccount?.did, {
|
const {data: follows} = useProfileFollowsQuery(currentAccount?.did)
|
||||||
limit: 12,
|
|
||||||
})
|
|
||||||
|
|
||||||
const items = useMemo(() => {
|
const items = useMemo(() => {
|
||||||
let _items: Item[] = []
|
let _items: Item[] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user