{{ trimmed }}
diff --git a/bookwyrm/templates/snippets/status/status_content.html b/bookwyrm/templates/snippets/status/status_content.html index 616e1e63..53ccc5ca 100644 --- a/bookwyrm/templates/snippets/status/status_content.html +++ b/bookwyrm/templates/snippets/status/status_content.html @@ -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 %}