More fixes (from the test instance)
This commit is contained in:
parent
e6066cb212
commit
1f6d6c5477
3 changed files with 6 additions and 3 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue