MatrixSynapse/synapse/api
Erik Johnston 0185b75381 Change is_host_joined to use current_state table
This bypasses a bug where using the state groups to figure out if a host
is in a room sometimes errors if the servers isn't in the room. (For
example when the server rejected an invite to a remote room)
2017-06-09 10:52:26 +01:00
..
__init__.py
auth.py Change is_host_joined to use current_state table 2017-06-09 10:52:26 +01:00
constants.py Support registration / login with phone number 2017-03-13 17:27:51 +00:00
errors.py Use CodeMessageException subclass instead 2017-04-25 19:30:55 +01:00
filtering.py use jsonschema.FormatChecker for RoomID and UserID strings 2017-03-23 11:42:41 -03:00
ratelimiting.py
urls.py