Remove a step when unfurling statuses with content warnings

This commit is contained in:
Mouse Reeve
2021-03-18 09:15:47 -07:00
parent 284366e46f
commit c2386bd3a1
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
{% endif %}
{% if status.content and status.status_type != 'GeneratedNote' and status.status_type != 'Announce' %}
{% include 'snippets/trimmed_text.html' with full=status.content|safe %}
{% include 'snippets/trimmed_text.html' with full=status.content|safe no_trim=status.content_warning %}
{% endif %}
{% if status.attachments.exists %}
<div class="block">