Skip to content
Snippets Groups Projects
Commit 96bda563 authored by Hubert Chathi's avatar Hubert Chathi
Browse files

black

parent 3b0b22cb
No related branches found
No related tags found
No related merge requests found
...@@ -530,9 +530,7 @@ class E2eKeysHandler(object): ...@@ -530,9 +530,7 @@ class E2eKeysHandler(object):
# if everything checks out, then store the keys and send notifications # if everything checks out, then store the keys and send notifications
deviceids = [] deviceids = []
if "master_key" in keys: if "master_key" in keys:
yield self.store.set_e2e_cross_signing_key( yield self.store.set_e2e_cross_signing_key(user_id, "master", master_key)
user_id, "master", master_key
)
deviceids.append(master_verify_key.version) deviceids.append(master_verify_key.version)
if "self_signing_key" in keys: if "self_signing_key" in keys:
yield self.store.set_e2e_cross_signing_key( yield self.store.set_e2e_cross_signing_key(
......
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