This reverts commit 7cac413f3b
.
This commit is contained in:
parent
7cac413f3b
commit
848151c4f9
2 changed files with 4 additions and 22 deletions
|
@ -196,12 +196,6 @@ let FeedItemInner = ({
|
|||
},
|
||||
]
|
||||
|
||||
const isParentBlocked = Boolean(
|
||||
parentAuthor?.viewer?.blockedBy ||
|
||||
parentAuthor?.viewer?.blocking ||
|
||||
parentAuthor?.viewer?.blockingByList,
|
||||
)
|
||||
|
||||
return (
|
||||
<Link
|
||||
testID={`feedItem-by-${post.author.handle}`}
|
||||
|
@ -326,16 +320,7 @@ let FeedItemInner = ({
|
|||
onOpenAuthor={onOpenAuthor}
|
||||
/>
|
||||
{!isThreadChild && showReplyTo && parentAuthor && (
|
||||
<ReplyToLabel
|
||||
profile={
|
||||
isParentBlocked
|
||||
? {
|
||||
...parentAuthor,
|
||||
displayName: _(msg`a blocked user`),
|
||||
}
|
||||
: parentAuthor
|
||||
}
|
||||
/>
|
||||
<ReplyToLabel profile={parentAuthor} />
|
||||
)}
|
||||
<LabelsOnMyPost post={post} />
|
||||
<PostContent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue