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

@ -6,7 +6,7 @@
{% with full|to_markdown|safe as full %}
{% with full|to_markdown|safe|truncatewords_html:60 as trimmed %}
{% if trimmed != full %}
{% if not no_trim and trimmed != full %}
<div id="hide-full-{{ uuid }}">
<div class="content" id="trimmed-{{ uuid }}">
<div dir="auto">{{ trimmed }}</div>