forked-synapse/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 Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
_slaved_id_tracker.py
account_data.py
appservice.py Initialise exclusive_user_regex 2017-06-21 14:19:33 +01:00
client_ips.py Fix up 2017-06-27 15:53:45 +01:00
deviceinbox.py
devices.py Add missing storage function to slave store 2017-05-22 16:31:24 +01:00
directory.py
events.py Pull out bits of StateStore to a mixin 2017-11-14 11:43:58 +00:00
filtering.py
groups.py Fix replication. And notify 2017-07-20 17:13:18 +01:00
keys.py
presence.py Move get_presence_list_* to SlaveStore 2017-04-11 16:07:33 +01:00
push_rule.py
pushers.py
receipts.py
registration.py
room.py
transactions.py