feat(bootstrap): wire ActivityPubService as FederationActionPort in AppState
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user