Use post shadow (#8491)

This commit is contained in:
Eric Bailey
2025-06-14 12:47:16 -05:00
committed by GitHub
parent 9fb2a63466
commit 2c8dd12281
@@ -180,7 +180,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
const {currentAccount, hasSession} = useSession()
const feedFeedback = useFeedFeedback(postSource?.feed, hasSession)
const post = item.value.post
const post = postShadow
const record = item.value.post.record
const moderation = item.moderation
const authorShadow = useProfileShadow(post.author)