forked from MirrorHub/synapse
Dodesn't seem to make any difference: guess it does work with the object reference
This commit is contained in:
parent
cf7a40b08a
commit
20c0324e9c
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ 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 a new issue