diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-01-07 16:09:00 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-01-07 16:09:00 +0000 |
commit | 4c68460392ef032b156b8d006f4aec5496ceedcb (patch) | |
tree | 29e51118deba86377b44aa0b3220b2cb2568670b /synapse/api/auth.py | |
parent | SYN-154: Better error messages when joining an unknown room by ID. (diff) | |
download | synapse-4c68460392ef032b156b8d006f4aec5496ceedcb.tar.xz |
SYN-154: Tweak how the m.room.create check is done.
Don't perform the check in auth.is_host_in_room but instead do it in _do_join and also assert that there are no m.room.members in the room before doing so.
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r-- | synapse/api/auth.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |