Fixes approving follow requests automatically

This commit is contained in:
Mouse Reeve
2021-02-16 12:58:29 -08:00
parent f5a022184f
commit b57a86d4e2
3 changed files with 17 additions and 17 deletions

View File

@ -56,7 +56,7 @@ def activity_task(activity_json):
try:
activity = activitypub.parse(activity_json)
except activitypub.ActivitySerializerError:
raise#return
return
# cool that worked, now we should do the action described by the type
# (create, update, delete, etc)