Merge pull request #2430 from deepbluev7/mmaster
Fix key export format example
This commit is contained in:
commit
c79ed36fcb
2 changed files with 16 additions and 17 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix key export format example to match the specification.
|
|
@ -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
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue