From dbbc428095c859e7c4fc5488d45bd346bc35f561 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Wed, 10 Jun 2026 00:05:55 +0200 Subject: [PATCH] Fix typoed e2e algorithm names (#2389) * Fix typoed algorithm names * Create 2389.clarification * Update changelogs/client_server/newsfragments/2389.clarification --------- Co-authored-by: Hubert Chathi --- changelogs/client_server/newsfragments/2389.clarification | 1 + data/api/client-server/cross_signing.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/client_server/newsfragments/2389.clarification diff --git a/changelogs/client_server/newsfragments/2389.clarification b/changelogs/client_server/newsfragments/2389.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2389.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/data/api/client-server/cross_signing.yaml b/data/api/client-server/cross_signing.yaml index 6a725295..13507718 100644 --- a/data/api/client-server/cross_signing.yaml +++ b/data/api/client-server/cross_signing.yaml @@ -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",