Adds actions for all verbs

This commit is contained in:
Mouse Reeve
2021-02-15 20:49:23 -08:00
parent 12a3aa9667
commit a16b81a6eb
7 changed files with 507 additions and 506 deletions

View File

@ -22,8 +22,6 @@ def follow(request):
user_object=to_follow,
)
if to_follow.local and not to_follow.manually_approves_followers:
rel.accept()
return redirect(to_follow.local_path)