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

add missing param

parent cfdb8442
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ class E2eKeysHandler(object):
ret = {"device_keys": res}
# add in the cross-signing keys
cross_signing_keys = yield self.query_cross_signing_keys(device_keys_query)
cross_signing_keys = yield self.query_cross_signing_keys(device_keys_query, None)
for key, value in iteritems(cross_signing_keys):
ret[key + "_keys"] = value
......
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