From 406993cf0e5d5fee2bac75aacc528da12c4e0289 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 23 May 2024 18:06:50 -0500 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=B4]=20Overfetch=20follow=20for=20def?= =?UTF-8?q?ault=20new=20dialog=20state=20(#4205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dms/NewChatDialog/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/dms/NewChatDialog/index.tsx b/src/components/dms/NewChatDialog/index.tsx index c13c450c47..a6c3030439 100644 --- a/src/components/dms/NewChatDialog/index.tsx +++ b/src/components/dms/NewChatDialog/index.tsx @@ -314,9 +314,7 @@ function SearchablePeopleList({ isError, isFetching, } = useActorAutocompleteQuery(searchText, true, 12) - const {data: follows} = useProfileFollowsQuery(currentAccount?.did, { - limit: 12, - }) + const {data: follows} = useProfileFollowsQuery(currentAccount?.did) const items = useMemo(() => { let _items: Item[] = []