💄 Improvments in the activitypub

This commit is contained in:
2026-01-02 13:56:37 +08:00
parent 24b1f24dea
commit 306934304e
5 changed files with 75 additions and 24 deletions

View File

@@ -645,6 +645,11 @@ public partial class PostService(
});
}
}
else
{
logger.LogWarning("Seems {PublisherName} didn't enable actor, skipping delivery of Like activity...",
accountPublisher?.Name);
}
}
_ = Task.Run(async () =>