diff --git a/templates/stream.html b/templates/stream.html index d9af1c2..ca22897 100644 --- a/templates/stream.html +++ b/templates/stream.html @@ -23,7 +23,6 @@ {% if item | has_type('Like') %} {% set boost_actor = item.meta.actor %}
- {{ item }} {% if item.meta.object %} {{ utils.display_note(item.meta.object, ui=False, meta={'actor': item.meta.object_actor}) }} {% endif %}