Skip to content
Snippets Groups Projects
Commit 20c0324e authored by David Baker's avatar David Baker
Browse files

Dodesn't seem to make any difference: guess it does work with the object reference

parent cf7a40b0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment