From 2954c2facb65d0ad8f4655937ce4d8c9d44cc117 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 4 Feb 2025 11:40:43 +0100 Subject: [PATCH] Change preview cards to be shown when Content Warnings are expanded (#33827) --- app/javascript/mastodon/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/status.jsx b/app/javascript/mastodon/components/status.jsx index 4792136368..4e85285a08 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -520,7 +520,7 @@ class Status extends ImmutablePureComponent { ); } - } else if (status.get('spoiler_text').length === 0 && status.get('card')) { + } else if (status.get('card')) { media = (