Fix key export format example

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
This commit is contained in:
Nicolas Werner 2020-02-05 22:29:56 +01:00
parent 6e3946f7bc
commit 6911171e83
2 changed files with 16 additions and 17 deletions

View file

@ -0,0 +1 @@
Fix key export format example to match the specification.

View file

@ -844,8 +844,7 @@ Example:
.. code:: json .. code:: json
{ [
"sessions": [
{ {
"algorithm": "m.megolm.v1.aes-sha2", "algorithm": "m.megolm.v1.aes-sha2",
"forwarding_curve25519_key_chain": [ "forwarding_curve25519_key_chain": [
@ -861,7 +860,6 @@ Example:
}, },
... ...
] ]
}
Messaging Algorithms Messaging Algorithms
-------------------- --------------------