diff --git a/templates/federation/_actor_list_items.html b/templates/federation/_actor_list_items.html index 1704012..13b18aa 100644 --- a/templates/federation/_actor_list_items.html +++ b/templates/federation/_actor_list_items.html @@ -27,7 +27,7 @@ {% if actor %}
- {% if list_type == "following" or a.actor_url in (followed_urls or set()) %} + {% if list_type == "following" or a.actor_url in (followed_urls or []) %}
{% set list_type = "following" %} - {% set followed_urls = set() %} + {% set followed_urls = [] %} {% include "federation/_actor_list_items.html" %}
{% endblock %}