More caching

This commit is contained in:
Thomas Sileo
2018-07-20 10:56:39 +02:00
parent 610262d7b6
commit 3e7b09b7a8
6 changed files with 64 additions and 23 deletions

View File

@@ -20,7 +20,7 @@
{% endif %}
{% if item.meta.object %}
{{ utils.display_note(item.meta.object) }}
{{ utils.display_note(item.meta.object, meta={'actor': item.meta.object_actor}) }}
{% endif %}
{% endfor %}