mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-23 07:23:00 +00:00
Show spoiler text even when post content is emtpy
This commit is contained in:
parent
ecb19c8746
commit
0b789ec276
@ -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
Block a user