From 292fbbb70d0773da09e04313e18f4b1b724211fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Fri, 20 Oct 2023 09:01:03 +0900 Subject: [PATCH] =?UTF-8?q?Change:=20#93=20=E5=BC=95=E7=94=A8=E6=8A=95?= =?UTF-8?q?=E7=A8=BF=E3=82=88=E3=82=8A=E3=82=82=E6=B7=BB=E4=BB=98=E7=94=BB?= =?UTF-8?q?=E5=83=8F=E3=82=92=E5=85=88=E3=81=AB=E8=A1=A8=E7=A4=BA=20(#152)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/components/status.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/components/status.jsx b/app/javascript/mastodon/components/status.jsx index 65fff3c7c1..0f966b0e70 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -669,12 +669,12 @@ class Status extends ImmutablePureComponent { {...statusContentProps} /> - {(!status.get('spoiler_text') || expanded) && quote} - {(!isCardMediaWithSensitive || !status.get('hidden')) && media} {(!status.get('spoiler_text') || expanded) && hashtagBar} + {(!status.get('spoiler_text') || expanded) && quote} + {emojiReactionsBar}