diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2015-11-12 15:02:00 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2015-11-12 15:02:00 +0000 |
commit | fb7e260a20847ac2a253a0e7868ecb2284c9a766 (patch) | |
tree | f0a458b75db7d7ec5e9a66569f14cbb006e5ecb7 /synapse | |
parent | Merge pull request #364 from matrix-org/daniel/guestdisplaynames (diff) | |
download | synapse-fb7e260a20847ac2a253a0e7868ecb2284c9a766.tar.xz |
Tweak guest access permissions
* Allow world_readable rooms to be read by guests who have joined and left * Allow regular users to access world_readable rooms
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/message.py | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py |