🐛 Fix accept follow request in AP

This commit is contained in:
2026-01-01 01:28:29 +08:00
parent 78f1d0ecd3
commit d07e33cb75
2 changed files with 8 additions and 5 deletions

View File

@@ -163,8 +163,7 @@ public class ActivityPubActivityHandler(
await deliveryService.SendAcceptActivityAsync(
targetActor,
actorUri,
activityId ?? ""
actorUri
);
logger.LogInformation("Handled follow from {Actor} to {Target}. RelationshipState: Accepted",