mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-10 02:07:48 +02:00
Merge f0177cfd2a into 6897b6bfd5
This commit is contained in:
commit
cce07ce3b7
|
|
@ -0,0 +1 @@
|
|||
Fix typoed e2e algorithm names in keys/signatures/upload request body example.
|
||||
|
|
@ -203,8 +203,8 @@ paths:
|
|||
"user_id": "@alice:example.com",
|
||||
"device_id": "HIJKLMN",
|
||||
"algorithms": [
|
||||
"m.olm.v1.curve25519-aes-sha256",
|
||||
"m.megolm.v1.aes-sha"
|
||||
"m.olm.v1.curve25519-aes-sha2",
|
||||
"m.megolm.v1.aes-sha2"
|
||||
],
|
||||
"keys": {
|
||||
"curve25519:HIJKLMN": "base64+curve25519+key",
|
||||
|
|
|
|||
Loading…
Reference in a new issue