feat(application): FederationEventService — content fan-out business logic

This commit is contained in:
2026-05-14 13:40:10 +02:00
parent 10605bbf2f
commit 13282fc88e
2 changed files with 284 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
pub mod federation_event;
pub mod notification_event;
pub use federation_event::FederationEventService;
pub use notification_event::NotificationEventService;