Show spoiler text even when post content is emtpy
This commit is contained in:
parent
44d4b0d379
commit
def93b4598
|
@ -87,7 +87,7 @@
|
|||
{{end}}
|
||||
{{end}}
|
||||
</div>
|
||||
{{if .Content}}
|
||||
{{if (or .Content .SpoilerText)}}
|
||||
<div class="status-content"> {{StatusContentFilter (html .SpoilerText) .Content .Emojis .Mentions}} </div>
|
||||
{{end}}
|
||||
{{if .MediaAttachments}}
|
||||
|
|
Loading…
Reference in New Issue