Use post shadow (#8491)
This commit is contained in:
@@ -180,7 +180,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
|
|||||||
const {currentAccount, hasSession} = useSession()
|
const {currentAccount, hasSession} = useSession()
|
||||||
const feedFeedback = useFeedFeedback(postSource?.feed, hasSession)
|
const feedFeedback = useFeedFeedback(postSource?.feed, hasSession)
|
||||||
|
|
||||||
const post = item.value.post
|
const post = postShadow
|
||||||
const record = item.value.post.record
|
const record = item.value.post.record
|
||||||
const moderation = item.moderation
|
const moderation = item.moderation
|
||||||
const authorShadow = useProfileShadow(post.author)
|
const authorShadow = useProfileShadow(post.author)
|
||||||
|
|||||||
Reference in New Issue
Block a user