Merge pull request #1164 from uhoreg/fix_olm_algorithm

Fix the olm algorithm name in an example
This commit is contained in:
Hubert Chathi 2022-07-11 10:58:02 -04:00 committed by GitHub
commit adf8f4817d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -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": {