♻️ Update verify signature code in ap

This commit is contained in:
2025-12-30 19:17:22 +08:00
parent 30cbbf0139
commit f42fc1da1c
3 changed files with 84 additions and 15 deletions

View File

@@ -465,6 +465,8 @@ public class ActivityPubActivityProcessor(
};
db.FediverseActors.Add(actor);
await db.SaveChangesAsync();
await discoveryService.FetchActorDataAsync(actor);
}
return actor;