From abfd5b43a6cbadfae8cb76af67d0a549cab1d3e6 Mon Sep 17 00:00:00 2001 From: Johanna Stuber Date: Thu, 21 May 2026 13:23:42 +0200 Subject: [PATCH] replace "Olm message" where not referring to the Olm message format --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- data/api/client-server/definitions/olm_payload.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index 75acd93b..67313bbf 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1698,7 +1698,7 @@ Curve25519 key used to establish the Olm session does indeed belong to the claimed `sender`. This requires a signed "device keys" structure for that Curve25519 key, which can be obtained in one of two ways: -1. An Olm message may be received with a `sender_device_keys` property +1. An event encrypted using Olm may be received with a `sender_device_keys` property in the decrypted content. 2. The keys are returned via a [`/keys/query`](#post_matrixclientv3keysquery) request. Note that both the Curve25519 key **and** the Ed25519 key in diff --git a/data/api/client-server/definitions/olm_payload.yaml b/data/api/client-server/definitions/olm_payload.yaml index 8bac91e0..709547a8 100644 --- a/data/api/client-server/definitions/olm_payload.yaml +++ b/data/api/client-server/definitions/olm_payload.yaml @@ -16,7 +16,7 @@ type: object title: OlmPayload description: |- - The plaintext payload of Olm message events. + The plaintext payload of an event encrypted using Olm. properties: type: type: string