From d7b1af34c95663dc8b74d5b62ce1f1c77abca49d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 7 May 2022 09:33:31 -0700 Subject: [PATCH] fix: hide embeds in spoilered statuses Fixes #2142 --- src/routes/_components/status/Status.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/_components/status/Status.html b/src/routes/_components/status/Status.html index 15a46e2a..e4732469 100644 --- a/src/routes/_components/status/Status.html +++ b/src/routes/_components/status/Status.html @@ -25,7 +25,9 @@ {#if content && (showContent || preloadHiddenContent)} {/if} - {#if showCard } + + {#if showCard && showContent} {/if} {#if showMedia }