From 9304d6d71d2e0d5fdd6012a4a27b9c5f4e092613 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Tue, 14 Mar 2017 21:57:25 +0100 Subject: [PATCH] Fix device keys query Omitting the "device_keys" wrap results in an empty response. --- supporting-docs/guides/2016-10-18-e2e_implementation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/supporting-docs/guides/2016-10-18-e2e_implementation.rst b/supporting-docs/guides/2016-10-18-e2e_implementation.rst index 39a51d3f..fdb2c69c 100644 --- a/supporting-docs/guides/2016-10-18-e2e_implementation.rst +++ b/supporting-docs/guides/2016-10-18-e2e_implementation.rst @@ -432,8 +432,10 @@ The client should build a JSON query object as follows: .. code:: json { - "": {}, - ... + "device_keys": { + "": {}, + [...] + } } Each member in the room should be included in the query. This is then