fix: Refactor local join process

This commit is contained in:
nexy7574
2026-02-13 07:01:14 +00:00
committed by Jade Ellis
parent c22b17fb29
commit ff4dddd673
5 changed files with 83 additions and 253 deletions
-1
View File
@@ -583,7 +583,6 @@ pub(crate) async fn register_route(
&room_id,
Some("Automatically joining this room upon registration".to_owned()),
&[services.globals.server_name().to_owned(), room_server_name.to_owned()],
None,
&body.appservice_info,
)
.boxed()