Skip to content

Commit

Permalink
ignore 401 when identity deletion is processed by remote earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
none committed Jan 5, 2025
1 parent cfd7cf4 commit 065b9f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activities/models/fan_out.py
Original file line number Diff line number Diff line change
@@ -122,6 +122,8 @@ def handle_new(cls, instance: "FanOut"):
),
body=canonicalise(post.to_delete_ap()),
)
except ValueError:
pass # ignore 401 when identity deletion is processed by remote earlier
except httpx.RequestError:
return

0 comments on commit 065b9f8

Please sign in to comment.