synapse-product/synapse/app
Erik Johnston 91cdb6de08 Call UserDirectoryHandler methods directly
Turns out that the user directory handling is fairly racey as a bunch
of stuff assumes that the processing happens on master, which it doesn't
when there is a synapse.app.user_dir worker. So lets just call the
function directly until we actually get round to fixing it, since it
doesn't make the situation any worse.
2018-08-17 15:26:13 +01:00
..
__init__.py run isort 2018-07-09 16:09:20 +10:00
_base.py run isort 2018-07-09 16:09:20 +10:00
appservice.py run isort 2018-07-09 16:09:20 +10:00
client_reader.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_federation 2018-08-15 14:25:46 +01:00
event_creator.py Call UserDirectoryHandler methods directly 2018-08-17 15:26:13 +01:00
federation_reader.py Fix inbound federation on reader worker 2018-08-16 15:32:20 +01:00
federation_sender.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_federation 2018-08-15 14:25:46 +01:00
frontend_proxy.py Merge remote-tracking branch 'upstream/develop' into send_sni_for_federation_requests 2018-07-14 20:24:46 +02:00
homeserver.py remove errant yield 2018-08-17 10:12:11 +01:00
media_repository.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_federation 2018-08-15 14:25:46 +01:00
pusher.py run isort 2018-07-09 16:09:20 +10:00
synchrotron.py Pull out did_forget to worker store 2018-07-24 16:49:14 +01:00
synctl.py Make the rest of the .iterwhatever go away (#3562) 2018-07-21 15:47:18 +10:00
user_dir.py Merge remote-tracking branch 'upstream/develop' into send_sni_for_federation_requests 2018-07-14 20:24:46 +02:00