Federated following

This commit is contained in:
Mouse Reeve
2020-01-26 19:50:22 -08:00
parent 19f6ebb9a7
commit b9d933e3b1
8 changed files with 99 additions and 69 deletions

View File

@ -32,7 +32,7 @@
<div>
<h2>Followers</h2>
{% for follower in user.followers.all %}
{{ follower.activitypub_id }}
<a href="{{ follower.actor }}">{{ follower.username }}</a>
{% endfor %}
</div>