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

I think this was what was intended...

parent 90dbd71c
No related branches found
Tags v0.21.1
No related merge requests found
......@@ -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)
......
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