From 5212cd43ec8e98a0abf3dcb27378813257df9487 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 f44b0f0535..d4eb1463f0 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -527,7 +527,7 @@ class Status extends ImmutablePureComponent { ); } - } else if (status.get('spoiler_text').length === 0 && status.get('card')) { + } else if (status.get('card')) { media = (