refactor(domain): remove FetchRemoteActorPosts/FetchActorConnections from DomainEvent; add FederationSchedulerPort

This commit is contained in:
2026-05-15 13:28:19 +02:00
parent e935c8973e
commit a902154777
13 changed files with 1310 additions and 233 deletions

View File

@@ -29,7 +29,7 @@ pub async fn remote_actor_posts_handler(
&*s.federation,
&*s.ap_repo,
&*s.feed,
&*s.events,
&*s.federation_scheduler,
&handle,
page,
viewer.as_ref(),
@@ -68,7 +68,7 @@ async fn actor_connections_handler(
let (items, has_more) = get_actor_connections_page(
&*s.federation,
&*s.remote_actor_connections,
&*s.events,
&*s.federation_scheduler,
&handle,
connection_type,
page,