refactor: Move room joining logic into a new service

This commit is contained in:
Ginger
2026-05-05 14:18:32 -04:00
parent b296720540
commit 0d2eeed567
11 changed files with 1009 additions and 805 deletions
+1
View File
@@ -95,6 +95,7 @@ impl Services {
directory: build!(rooms::directory::Service),
event_handler: build!(rooms::event_handler::Service),
lazy_loading: build!(rooms::lazy_loading::Service),
membership: build!(rooms::membership::Service),
metadata: build!(rooms::metadata::Service),
outlier: build!(rooms::outlier::Service),
pdu_metadata: build!(rooms::pdu_metadata::Service),