mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-20 14:21:00 +00:00
Remove capture message for deleting unknown actor (#466)
This commit is contained in:
parent
dc55ee109a
commit
0ba0971baa
1 changed files with 0 additions and 3 deletions
|
@ -135,9 +135,6 @@ class Inbox(View):
|
||||||
and identity._state.adding
|
and identity._state.adding
|
||||||
):
|
):
|
||||||
# We don't have an Identity record for the user. No-op
|
# 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)
|
return HttpResponse(status=202)
|
||||||
|
|
||||||
if not identity.public_key:
|
if not identity.public_key:
|
||||||
|
|
Loading…
Reference in a new issue