feat(bootstrap): wire ApiKeyServiceImpl + PgEngagementRepository

This commit is contained in:
2026-05-16 11:21:19 +02:00
parent 5618da7d37
commit 4b1e7565ac
2 changed files with 8 additions and 0 deletions

View File

@@ -133,5 +133,7 @@ pub fn make_state() -> AppState {
ap_repo: Arc::new(NoOpApRepo),
remote_actor_connections: store.clone(),
federation_scheduler: store.clone(),
api_key_auth: store.clone(),
engagement: store.clone(),
}
}