♻️ Better delivery service for AP

This commit is contained in:
2026-01-01 01:20:44 +08:00
parent c59fc011f4
commit 14d5254461
13 changed files with 3091 additions and 139 deletions

View File

@@ -197,7 +197,7 @@ public class ActivityPubSignatureService(
return (privateKeyPem, publicKeyPem);
}
private string? GetPublisherKey(SnPublisher publisher, string keyName)
private static string? GetPublisherKey(SnPublisher publisher, string keyName)
{
return keyName switch
{