1
0
Fork 0

Only show pending follow requests from active users

This commit is contained in:
Mouse Reeve 2022-07-24 12:26:58 -07:00
parent 056f9c45a4
commit f3bc7d759f
2 changed files with 6 additions and 1 deletions

View file

@ -43,7 +43,7 @@
{% include 'ostatus/remote_follow_button.html' with user=user %}
{% endif %}
{% if is_self and user.follower_requests.all %}
{% if is_self and user.active_follower_requests.all %}
<div class="follow-requests">
<h2>{% trans "Follow Requests" %}</h2>
{% for requester in user.follower_requests.all %}