Allow to undo pending follow requests
This commit is contained in:
parent
e8dd1a549c
commit
ca1248351d
2 changed files with 1 additions and 1 deletions
|
@ -197,6 +197,7 @@
|
|||
<li>{{ admin_profile_button(actor.ap_id) }}</li>
|
||||
{% elif metadata.is_follow_request_sent %}
|
||||
<li>follow request sent</li>
|
||||
<li>{{ admin_undo_button(metadata.outbox_follow_ap_id, "undo follow") }}</li>
|
||||
{% else %}
|
||||
<li>{{ admin_follow_button(actor) }}</li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue