mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-07-28 08:37:47 +02:00
Fix typoed algorithm names
This commit is contained in:
parent
2b68fd935c
commit
82d297ac44
|
|
@ -203,8 +203,8 @@ paths:
|
||||||
"user_id": "@alice:example.com",
|
"user_id": "@alice:example.com",
|
||||||
"device_id": "HIJKLMN",
|
"device_id": "HIJKLMN",
|
||||||
"algorithms": [
|
"algorithms": [
|
||||||
"m.olm.v1.curve25519-aes-sha256",
|
"m.olm.v1.curve25519-aes-sha2",
|
||||||
"m.megolm.v1.aes-sha"
|
"m.megolm.v1.aes-sha2"
|
||||||
],
|
],
|
||||||
"keys": {
|
"keys": {
|
||||||
"curve25519:HIJKLMN": "base64+curve25519+key",
|
"curve25519:HIJKLMN": "base64+curve25519+key",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue