mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-26 12:34:11 +02:00
e2e guide: fix /claim response
This commit is contained in:
parent
857ff2573f
commit
39f177b5eb
|
|
@ -654,6 +654,7 @@ This will return a result as follows:
|
|||
.. code:: json
|
||||
|
||||
{
|
||||
"one_time_keys": {
|
||||
"<user id>": {
|
||||
"<device_id>": {
|
||||
"signed_curve25519:<key_id>": {
|
||||
|
|
@ -669,6 +670,7 @@ This will return a result as follows:
|
|||
},
|
||||
...
|
||||
}
|
||||
}
|
||||
|
||||
The client should first check the signatures on the signed key objects. As with
|
||||
checking the signatures on the device keys, it should remove the ``signatures``
|
||||
|
|
|
|||
Loading…
Reference in a new issue