Remove capture message for deleting unknown actor (#466)

pull/474/head
Michael Manfre 2023-01-20 19:56:36 -05:00 zatwierdzone przez GitHub
rodzic dc55ee109a
commit 0ba0971baa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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: