mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
I think this was what was intended...
This commit is contained in:
parent
90dbd71c13
commit
cf7a40b08a
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class EndToEndKeyStore(SQLBaseStore):
|
|||
)
|
||||
for row in rows:
|
||||
user_result[row["device_id"]] = row["key_json"]
|
||||
result[user_id] = user_result
|
||||
return result
|
||||
return self.runInteraction("get_e2e_device_keys", _get_e2e_device_keys)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue