From 0b789ec276c44c10bacf647d55ed4495d7bc170b Mon Sep 17 00:00:00 2001 From: r Date: Thu, 26 Aug 2021 04:55:30 +0000 Subject: Show spoiler text even when post content is emtpy --- templates/status.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/status.tmpl b/templates/status.tmpl index 9109f4e..7ca8192 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -87,7 +87,7 @@ {{end}} {{end}} - {{if .Content}} + {{if (or .Content .SpoilerText)}}
{{StatusContentFilter (html .SpoilerText) .Content .Emojis .Mentions}}
{{end}} {{if .MediaAttachments}} -- cgit v1.2.3