MatrixSynapse/synapse/handlers
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
_base.py
account_data.py
admin.py
appservice.py
auth.py
device.py
devicemessage.py
directory.py
e2e_keys.py
events.py
federation.py Fix bug where pusherpool didn't start and broke some rooms 2017-07-06 17:55:51 +01:00
identity.py
initial_sync.py
message.py Fix bug where pusherpool didn't start and broke some rooms 2017-07-06 17:55:51 +01:00
presence.py
profile.py
read_marker.py
receipts.py
register.py
room.py
room_list.py
room_member.py
search.py
sync.py
typing.py
user_directory.py