MatrixSynapse/synapse/rest/client/v1
Erik Johnston b879870b2d Send message after room has been shutdown
Currently the explanation message is sent to the abuse room before any
users are forced joined, which means it tends to get lost in the backlog
of joins.

So instead we send the message *after* we've forced joined everyone.
2019-03-06 17:35:11 +00:00
..
__init__.py
admin.py Send message after room has been shutdown 2019-03-06 17:35:11 +00:00
base.py
directory.py Clean up room alias creation 2018-10-19 10:11:56 +01:00
events.py
initial_sync.py
login.py Fix registration on workers (#4682) 2019-02-20 18:47:31 +11:00
logout.py
presence.py
profile.py
push_rule.py Fix non-ASCII pushrules (#4248) 2018-12-04 12:44:02 +01:00
pusher.py fix type error 2018-12-03 22:27:41 +11:00
room.py Fix typos 2019-01-22 11:00:04 +00:00
voip.py