I think this was what was intended...
This commit is contained in:
parent
90dbd71c13
commit
cf7a40b08a
|
@ -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…
Reference in New Issue