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