Lot of improvements/bugfixes

Better caching, and more on visibility too
This commit is contained in:
Thomas Sileo
2019-07-16 19:34:10 +02:00
parent 8d12cf9571
commit 0b75ee7324
4 changed files with 210 additions and 82 deletions

View File

@@ -8,6 +8,7 @@
<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) }}