feat(bootstrap): wire ActivityPubService as FederationActionPort in AppState

This commit is contained in:
2026-05-14 20:03:49 +02:00
parent 1d50b54227
commit a08bb3d698
3 changed files with 24 additions and 20 deletions

View File

@@ -19,4 +19,5 @@ pub struct AppState {
pub auth: Arc<dyn AuthService>,
pub hasher: Arc<dyn PasswordHasher>,
pub events: Arc<dyn EventPublisher>,
pub federation: Arc<dyn FederationActionPort>,
}