This commit is contained in:
Alcaro 2026-06-09 12:43:40 +01:00 committed by GitHub
commit cce07ce3b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix typoed e2e algorithm names in keys/signatures/upload request body example.

View file

@ -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",