Fix thread delete
This commit is contained in:
parent
0b75ee7324
commit
e3c2574f7b
2 changed files with 1 additions and 2 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue