···1313import {moderatePost_wrapped as moderatePost} from '#/lib/moderatePost_wrapped'
1414import {UsePreferencesQueryResponse} from '#/state/queries/preferences/types'
1515import {useAgent} from '#/state/session'
1616+import {findAllPostsInQueryData as findAllPostsInQuoteQueryData} from 'state/queries/post-quotes'
1617import {
1718 findAllPostsInQueryData as findAllPostsInSearchQueryData,
1819 findAllProfilesInQueryData as findAllProfilesInSearchQueryData,
···400401 yield postViewToPlaceholderThread(post)
401402 }
402403 for (let post of findAllPostsInNotifsQueryData(queryClient, uri)) {
404404+ yield postViewToPlaceholderThread(post)
405405+ }
406406+ for (let post of findAllPostsInQuoteQueryData(queryClient, uri)) {
403407 yield postViewToPlaceholderThread(post)
404408 }
405409 for (let post of findAllPostsInSearchQueryData(queryClient, uri)) {