diff --git a/templates/federation/_actor_list_items.html b/templates/federation/_actor_list_items.html index b294721..bbe445b 100644 --- a/templates/federation/_actor_list_items.html +++ b/templates/federation/_actor_list_items.html @@ -9,9 +9,15 @@ {% endif %}
- - {{ a.display_name or a.preferred_username }} - + {% if list_type == "following" and a.id %} + + {{ a.display_name or a.preferred_username }} + + {% else %} + + {{ a.display_name or a.preferred_username }} + + {% endif %}
@{{ a.preferred_username }}@{{ a.domain }}
{% if a.summary %}
{{ a.summary | striptags }}