Fixes boost display

This commit is contained in:
Mouse Reeve
2021-03-02 20:17:32 -08:00
parent df196c7875
commit be3c7ac90e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
</div>
{% endif %}
{% if status.content and status.status_type != 'GeneratedNote' and status.status_type != 'Boost' %}
{% if status.content and status.status_type != 'GeneratedNote' and status.status_type != 'Announce' %}
{% include 'snippets/trimmed_text.html' with full=status.content|safe %}
{% endif %}
{% if status.attachments %}