diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index 17f0de99f..a08bb291a 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -618,7 +618,7 @@ class Status extends ImmutablePureComponent { ); - } else if (quote_status.get('visibility') === 'unlisted' && contextType !== 'home') { + } else if (quote_status.get('visibility') === 'unlisted' && !!contextType && ['public', 'community', 'hashtag'].includes(contextType.split(':', 2)[0])) { quote = (