Tweak remote actor deletion
This commit is contained in:
parent
32e3a6dbf7
commit
6f9d9d7d9d
2 changed files with 4 additions and 1 deletions
|
@ -1735,6 +1735,8 @@ async def save_to_inbox(
|
|||
) -> None:
|
||||
try:
|
||||
actor = await fetch_actor(db_session, ap.get_id(raw_object["actor"]))
|
||||
except ap.ObjectNotFoundError:
|
||||
logger.warning("Actor not found")
|
||||
except httpx.HTTPStatusError:
|
||||
logger.exception("Failed to fetch actor")
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue