Clarify error message when joining a restricted room. (#10572)

pull/10604/head
Patrick Cloke 2021-08-11 14:31:39 -04:00 committed by GitHub
parent fab352ac2c
commit 2ae2a04616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/10572.misc Normal file
View File

@ -0,0 +1 @@
Clarify error message when failing to join a restricted room.

View File

@ -213,7 +213,7 @@ class EventAuthHandler:
raise AuthError( raise AuthError(
403, 403,
"You do not belong to any of the required rooms to join this room.", "You do not belong to any of the required rooms/spaces to join this room.",
) )
async def has_restricted_join_rules( async def has_restricted_join_rules(