MatrixSynapse/synapse/rest/client/v1
Erik Johnston 5a7f561a9b Fix bug where pusherpool didn't start and broke some rooms
Since we didn't instansiate the PusherPool at start time it could fail
at run time, which it did for some users.

This may or may not fix things for those users, but it should happen at
start time and stop the server from starting.
2017-07-06 17:55:51 +01:00
..
__init__.py
admin.py Add API to quarantine media 2017-06-19 17:39:21 +01:00
base.py
directory.py
events.py
initial_sync.py
login.py
logout.py
presence.py
profile.py
push_rule.py
pusher.py Fix bug where pusherpool didn't start and broke some rooms 2017-07-06 17:55:51 +01:00
register.py
room.py Add more granular event send metrics 2017-05-02 14:23:26 +01:00
voip.py