forked-synapse/synapse/replication/http
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 Call UserDirectoryHandler methods directly 2018-08-17 15:26:13 +01:00
_base.py Fixup wording and remove dead code 2018-08-09 09:56:10 +01:00
federation.py Use federation handler function rather than duplicate 2018-08-15 14:17:18 +01:00
membership.py Fixup logging and docstrings 2018-08-08 10:29:58 +01:00
send_event.py Rename POST param to METHOD 2018-08-08 10:36:18 +01:00