[backend/federation] Improve logging in ActivityHandlerService
This commit is contained in:
parent
e74e7654fe
commit
157fd20315
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ public class ActivityHandlerService(
|
|||
throw new NotImplementedException("User deletes aren't supported yet");
|
||||
}
|
||||
|
||||
throw GracefulException.UnprocessableEntity("Delete activity object is unknown or invalid");
|
||||
logger.LogDebug("Delete activity object {id} is unknown, skipping", tombstone.Id);
|
||||
return;
|
||||
}
|
||||
case ASFollow:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue