diff --git a/src/routes/_components/status/Status.html b/src/routes/_components/status/Status.html index 853ff8f6..e89194f5 100644 --- a/src/routes/_components/status/Status.html +++ b/src/routes/_components/status/Status.html @@ -305,7 +305,7 @@ timelineType !== 'search' && 'status-in-timeline', isStatusInOwnThread && 'status-in-own-thread', $underlineLinks && 'underline-links', - !$disableTapOnStatus && 'tap-on-status' + !$disableTapOnStatus && !isStatusInOwnThread && 'tap-on-status' )), content: ({ originalStatus }) => originalStatus.content || '', showContent: ({ spoilerText, spoilerShown }) => !spoilerText || spoilerShown,