diff --git a/src/components/status.jsx b/src/components/status.jsx index 231b3489..269afb9b 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -273,25 +273,24 @@ function Status({ ))} {inReplyToAccountId && !withinContext && size !== 's' && ( -
+ <> {inReplyToAccountId === status.account.id ? ( - <> +
Thread - +
) : ( - !!inReplyToAccount && ( - <> + !!inReplyToAccount && + !mentions.find((mention) => { + return mention.id === inReplyToAccountId; + }) && ( +
{' '} - +
) )} -
+ )}