dont include appservices in room guest access enforcement check

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-09-14 12:27:22 -04:00
parent d75aebc373
commit e146c75279
3 changed files with 9 additions and 4 deletions

View file

@ -376,6 +376,7 @@ pub(crate) async fn register_route(
Some("Automatically joining this room upon registration".to_owned()),
&[room_id_server_name.to_owned(), services.globals.server_name().to_owned()],
None,
&body.appservice_info,
)
.await
{