···1919import {findAllProfilesInQueryData as findAllProfilesInProfileFollowersQueryData} from '#/state/queries/profile-followers'
2020import {findAllProfilesInQueryData as findAllProfilesInProfileFollowsQueryData} from '#/state/queries/profile-follows'
2121import {findAllProfilesInQueryData as findAllProfilesInSuggestedFollowsQueryData} from '#/state/queries/suggested-follows'
2222+import {findAllProfilesInQueryData as findAllProfilesInSuggestedUsersQueryData} from '#/state/queries/trending/useGetSuggestedUsersQuery'
2223import type * as bsky from '#/types/bsky'
2324import {castAsShadow, type Shadow} from './types'
2425···149150 yield* findAllProfilesInProfileQueryData(queryClient, did)
150151 yield* findAllProfilesInProfileFollowersQueryData(queryClient, did)
151152 yield* findAllProfilesInProfileFollowsQueryData(queryClient, did)
153153+ yield* findAllProfilesInSuggestedUsersQueryData(queryClient, did)
152154 yield* findAllProfilesInSuggestedFollowsQueryData(queryClient, did)
153155 yield* findAllProfilesInActorSearchQueryData(queryClient, did)
154156 yield* findAllProfilesInListConvosQueryData(queryClient, did)