Merge pull request #1164 from uhoreg/fix_olm_algorithm
Fix the olm algorithm name in an example
This commit is contained in:
commit
adf8f4817d
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
|
@ -168,7 +168,7 @@ paths:
|
||||||
"user_id": "@alice:example.com",
|
"user_id": "@alice:example.com",
|
||||||
"device_id": "HIJKLMN",
|
"device_id": "HIJKLMN",
|
||||||
"algorithms": [
|
"algorithms": [
|
||||||
"m.olm.curve25519-aes-sha256",
|
"m.olm.v1.curve25519-aes-sha256",
|
||||||
"m.megolm.v1.aes-sha"
|
"m.megolm.v1.aes-sha"
|
||||||
],
|
],
|
||||||
"keys": {
|
"keys": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue