From 9453b327b762e70f0352924b6c89b08c8d2e201c Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 23 Jan 2018 18:25:05 -0800 Subject: [PATCH] fix CW for boosted statuses --- routes/_components/Status.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/routes/_components/Status.html b/routes/_components/Status.html index e4cf223e..1a2e77b8 100644 --- a/routes/_components/Status.html +++ b/routes/_components/Status.html @@ -23,15 +23,15 @@ - {{#if status.spoiler_text}} -
{{status.spoiler_text}}
+ {{#if originalStatus.spoiler_text}} +
{{originalStatus.spoiler_text}}
{{/if}} - {{#if status.spoiler_text}} + {{#if originalStatus.spoiler_text}}
{{/if}} - {{#if !status.spoiler_text || spoilerShown}} + {{#if !originalStatus.spoiler_text || spoilerShown}}
{{{emojifiedContent}}}