More fixes (from the test instance)

This commit is contained in:
Thomas Sileo 2022-07-05 08:33:39 +02:00
parent e6066cb212
commit 1f6d6c5477
3 changed files with 6 additions and 3 deletions

View file

@ -14,7 +14,7 @@
{% for inbox_object in inbox %}
{% if inbox_object.ap_type == "Announce" %}
{{ actor_action(inbox_object, "shared one of your post") }}
{{ actor_action(inbox_object, "shared") }}
{{ utils.display_object(inbox_object.relates_to_anybox_object) }}
{% elif inbox_object.ap_type in ["Article", "Note", "Video"] %}
{{ utils.display_object(inbox_object) }}