Merge pull request #836 from qznc/patch-1

Fix device keys query
This commit is contained in:
Richard van der Hoff 2017-03-14 21:29:37 +00:00 committed by GitHub
commit 5563e8ea0e

View file

@ -432,8 +432,10 @@ The client should build a JSON query object as follows:
.. code:: json .. code:: json
{ {
"<user_id>": {}, "device_keys": {
... "<user_id>": {},
[...]
}
} }
Each member in the room should be included in the query. This is then Each member in the room should be included in the query. This is then