🐛 Servarl bug fixes

This commit is contained in:
2025-12-30 01:35:24 +08:00
parent 6fdf34787d
commit 777c0c089a
4 changed files with 3 additions and 3 deletions

View File

@@ -317,7 +317,6 @@ public class ActivityPubController(
SavePublisherKey(publisher, "private_key", newPrivate);
SavePublisherKey(publisher, "public_key", newPublic);
publisher.UpdatedAt = SystemClock.Instance.GetCurrentInstant();
db.Update(publisher);
await db.SaveChangesAsync();