feat(activitypub-base): impl FederationActionPort for ActivityPubService
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
fn _assert_impl_federation_action_port()
|
||||
where
|
||||
crate::service::ActivityPubService: domain::ports::FederationActionPort,
|
||||
{
|
||||
}
|
||||
|
||||
use super::*;
|
||||
use crate::repository::{Follower, FollowerStatus, RemoteActor};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user