mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-16 00:14:09 +01:00
Fix device keys query
Omitting the "device_keys" wrap results in an empty response.
This commit is contained in:
parent
6a5ab4e2ea
commit
9304d6d71d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue