MatrixSynapse/synapse/api
Kegan Dougal 4c68460392 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.
2015-01-07 16:09:00 +00:00
..
__init__.py
auth.py SYN-154: Tweak how the m.room.create check is done. 2015-01-07 16:09:00 +00:00
constants.py
errors.py
ratelimiting.py
urls.py