forked-synapse/synapse/storage/databases
Richard van der Hoff 45e8f7726f
Rename get_e2e_device_keys to better reflect its purpose (#8205)
... and to show that it does something slightly different to
`_get_e2e_device_keys_txn`.

`include_all_devices` and `include_deleted_devices` were never used (and
`include_deleted_devices` was broken, since that would cause `None`s in the
result which were not handled in the loop below.

Add some typing too.
2020-08-29 00:14:17 +01:00
..
main Rename get_e2e_device_keys to better reflect its purpose (#8205) 2020-08-29 00:14:17 +01:00
state Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
__init__.py Close the database connection we create during startup (#8131) 2020-08-19 20:41:53 +01:00