mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Dodesn't seem to make any difference: guess it does work with the object reference
This commit is contained in:
parent
cf7a40b08a
commit
20c0324e9c
@ -52,7 +52,6 @@ class EndToEndKeyStore(SQLBaseStore):
|
|||||||
)
|
)
|
||||||
for row in rows:
|
for row in rows:
|
||||||
user_result[row["device_id"]] = row["key_json"]
|
user_result[row["device_id"]] = row["key_json"]
|
||||||
result[user_id] = user_result
|
|
||||||
return result
|
return result
|
||||||
return self.runInteraction("get_e2e_device_keys", _get_e2e_device_keys)
|
return self.runInteraction("get_e2e_device_keys", _get_e2e_device_keys)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user