diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-18 23:15:54 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-19 08:53:32 +0000 |
commit | 709e81f5183d8ff67d86f4569234cb4a8be7a8d4 (patch) | |
tree | 6b899ab71d6cc319515646169c813ab492c4bd97 /synapse | |
parent | Add `allow_departed_users` param to `check_in_room_or_world_readable` (diff) | |
download | synapse-709e81f5183d8ff67d86f4569234cb4a8be7a8d4.tar.xz |
Make room alias lists peekable
As per https://github.com/matrix-org/matrix-doc/pull/2432#pullrequestreview-360566830, make room alias lists accessible to users outside world_readable rooms.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/directory.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/handlers/directory.py b/synapse/handlers/directory.py |