feat(bootstrap): add ap_repo to AppState

This commit is contained in:
2026-05-14 22:16:20 +02:00
parent 8c931c9b98
commit 00b369c6ad
2 changed files with 2 additions and 0 deletions

View File

@@ -20,4 +20,5 @@ pub struct AppState {
pub hasher: Arc<dyn PasswordHasher>,
pub events: Arc<dyn EventPublisher>,
pub federation: Arc<dyn FederationActionPort>,
pub ap_repo: Arc<dyn ActivityPubRepository>,
}