MatrixSynapse/synapse/replication/slave/storage
Richard van der Hoff 35a4b63240 Pull out bits of StateStore to a mixin
... so that we don't need to secretly gut-wrench it for use in the slaved
stores. I haven't done the other stores yet, but we should. I'm tired of the
workers breaking every time we tweak the stores because I forgot to gut-wrench
the right method.

fixes https://github.com/matrix-org/synapse/issues/2655.
2017-11-14 11:43:58 +00:00
..
__init__.py
_base.py
_slaved_id_tracker.py
account_data.py
appservice.py
client_ips.py
deviceinbox.py
devices.py
directory.py
events.py Pull out bits of StateStore to a mixin 2017-11-14 11:43:58 +00:00
filtering.py
groups.py
keys.py
presence.py
push_rule.py
pushers.py
receipts.py
registration.py
room.py
transactions.py