Merge pull request #2430 from deepbluev7/mmaster

Fix key export format example
This commit is contained in:
Hubert Chathi 2020-02-06 15:41:54 -05:00 committed by GitHub
commit c79ed36fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
{
"sessions": [
[
{
"algorithm": "m.megolm.v1.aes-sha2",
"forwarding_curve25519_key_chain": [
@ -861,7 +860,6 @@ Example:
},
...
]
}
Messaging Algorithms
--------------------