Remove capture message for deleting unknown actor (#466)

This commit is contained in:
Michael Manfre 2023-01-20 19:56:36 -05:00 committed by GitHub
parent dc55ee109a
commit 0ba0971baa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,9 +135,6 @@ class Inbox(View):
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: