Skip to content

Commit

Permalink
Remove capture message for deleting unknown actor (jointakahe#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
manfre authored Jan 21, 2023
1 parent dc55ee1 commit 0ba0971
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions users/views/activitypub.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ def post(self, request, handle=None):
and identity._state.adding
):
# We don't have an Identity record for the user. No-op
exceptions.capture_message(
f"Inbox: Discarded delete message for unknown actor {document['actor']}"
)
return HttpResponse(status=202)

if not identity.public_key:
Expand Down

0 comments on commit 0ba0971

Please sign in to comment.