[backend/federation] Improve logging in ActivityHandlerService

This commit is contained in:
Laura Hausmann 2024-02-18 00:54:02 +01:00
parent e74e7654fe
commit 157fd20315
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

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