mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 09:54:49 -04:00
Rename _get_e2e_device_keys_txn
(#8222)
... to `_get_e2e_device_keys_and_signatures_txn`, to better reflect what it does.
This commit is contained in:
parent
54f8d73c00
commit
5615eb5cb4
3 changed files with 9 additions and 6 deletions
|
@ -256,8 +256,8 @@ class DeviceWorkerStore(SQLBaseStore):
|
|||
"""
|
||||
devices = (
|
||||
await self.db_pool.runInteraction(
|
||||
"_get_e2e_device_keys_txn",
|
||||
self._get_e2e_device_keys_txn,
|
||||
"get_e2e_device_keys_and_signatures_txn",
|
||||
self._get_e2e_device_keys_and_signatures_txn,
|
||||
query_map.keys(),
|
||||
include_all_devices=True,
|
||||
include_deleted_devices=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue