Bluesky app fork with some witchin' additions 💫

Use post shadow (#8491)

authored by

Eric Bailey and committed by
GitHub
2c8dd122 9fb2a634

+1 -1
+1 -1
src/screens/PostThread/components/ThreadItemAnchor.tsx
··· 180 180 const {currentAccount, hasSession} = useSession() 181 181 const feedFeedback = useFeedFeedback(postSource?.feed, hasSession) 182 182 183 - const post = item.value.post 183 + const post = postShadow 184 184 const record = item.value.post.record 185 185 const moderation = item.moderation 186 186 const authorShadow = useProfileShadow(post.author)