Merge pull request #1635 from hughrun/remote-follow

Remote follow
This commit is contained in:
Mouse Reeve
2021-12-06 14:36:21 -08:00
committed by GitHub
15 changed files with 487 additions and 5 deletions

View File

@ -39,6 +39,9 @@
{% if not is_self and request.user.is_authenticated %}
{% include 'snippets/follow_button.html' with user=user %}
{% endif %}
{% if not is_self %}
{% include 'ostatus/remote_follow_button.html' with user=user %}
{% endif %}
{% if is_self and user.follower_requests.all %}
<div class="follow-requests">