Only display tiny actor icon for shares
This commit is contained in:
parent
63073279e1
commit
505abd7da8
5 changed files with 5 additions and 6 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
{% for inbox_object in inbox %}
|
||||
{% if inbox_object.ap_type == "Announce" %}
|
||||
{{ utils.actor_action(inbox_object, "shared") }}
|
||||
{{ utils.actor_action(inbox_object, "shared", with_icon=True) }}
|
||||
{{ utils.display_object(inbox_object.relates_to_anybox_object) }}
|
||||
{% elif inbox_object.ap_type in ["Article", "Note", "Video", "Page", "Question"] %}
|
||||
{{ utils.display_object(inbox_object) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue