forked-synapse/synapse/storage/databases
Richard van der Hoff 6f6f371a87
wrap _get_e2e_device_keys_and_signatures_txn in a non-txn method (#8231)
We have three things which all call `_get_e2e_device_keys_and_signatures_txn`
with their own `runInteraction`. Factor out the common code.
2020-09-03 11:50:49 +01:00
..
main wrap _get_e2e_device_keys_and_signatures_txn in a non-txn method (#8231) 2020-09-03 11:50:49 +01:00
state Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
__init__.py Add experimental support for sharding event persister. (#8170) 2020-09-02 15:48:37 +01:00