Fix thread delete

This commit is contained in:
Thomas Sileo
2019-07-16 20:33:43 +02:00
parent 0b75ee7324
commit e3c2574f7b
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
<div id="notes">
{% for item in inbox_data %}
{{ item }}
{% if 'actor' in item.meta %}
{% if item | has_type('Create') %}
{{ utils.display_note(item.activity.object, ui=True, meta=item.meta) }}