-
- Downloads
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.
Showing
- changelog.d/8231.misc 1 addition, 0 deletionschangelog.d/8231.misc
- synapse/storage/databases/main/devices.py 1 addition, 3 deletionssynapse/storage/databases/main/devices.py
- synapse/storage/databases/main/end_to_end_keys.py 38 additions, 14 deletionssynapse/storage/databases/main/end_to_end_keys.py
Loading
Please register or sign in to comment