diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx --- a/src/screens/PostThread/components/ThreadItemAnchor.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx @@ -180,7 +180,7 @@ 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)