mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 18:15:53 +03:00
Comment
This commit is contained in:
parent
738a2867c8
commit
c517a19c2d
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ class EndToEndKeyStore(SQLBaseStore):
|
|||
"""Fetch a list of device keys.
|
||||
Args:
|
||||
query_list(list): List of pairs of user_ids and device_ids.
|
||||
include_all_devices (bool): whether to include entries for devices
|
||||
that don't have device keys
|
||||
Returns:
|
||||
Dict mapping from user-id to dict mapping from device_id to
|
||||
dict containing "key_json", "device_display_name".
|
||||
|
|
Loading…
Reference in a new issue