summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-01-27 10:33:26 +0000
committerErik Johnston <erik@matrix.org>2017-01-27 10:33:26 +0000
commitc517a19c2ddc042e5a87dfaaecc55a790f62ed71 (patch)
treefcf03808fe97e7067a50785da489c96f0f015dfe /synapse
parentSQL param ordering (diff)
downloadsynapse-c517a19c2ddc042e5a87dfaaecc55a790f62ed71.tar.xz
Comment
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/end_to_end_keys.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/storage/end_to_end_keys.py b/synapse/storage/end_to_end_keys.py
index 441286d1a1..85763f7ceb 100644
--- a/synapse/storage/end_to_end_keys.py
+++ b/synapse/storage/end_to_end_keys.py
@@ -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".