Fix typoed algorithm names

This commit is contained in:
Alcaro 2026-06-03 05:30:12 +02:00 committed by GitHub
parent 2b68fd935c
commit 82d297ac44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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