From c436576873d80b86a76028e808ea4c4aa1cd9dcf Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 26 May 2022 12:33:25 +0200 Subject: [PATCH] Bold "Required" in key export format for consistency. --- .../modules/end_to_end_encryption.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 24ca3b96..e29ac3ca 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1348,13 +1348,13 @@ objects described as follows: | Parameter | Type | Description | |-----------------------------------|------------------|---------------------------------------------------------------------------------------------------------------------------------------| -| algorithm | string | Required. The encryption algorithm that the session uses. Must be `m.megolm.v1.aes-sha2`. | -| forwarding_curve25519_key_chain | [string] | Required. Chain of Curve25519 keys through which this session was forwarded, via [m.forwarded_room_key](#mforwarded_room_key) events. | -| room_id | string | Required. The room where the session is used. | -| sender_key | string | Required. The Curve25519 key of the device which initiated the session originally. | -| sender_claimed_keys | {string: string} | Required. The Ed25519 key of the device which initiated the session originally. | -| session_id | string | Required. The ID of the session. | -| session_key | string | Required. The key for the session. | +| algorithm | string | **Required.** The encryption algorithm that the session uses. Must be `m.megolm.v1.aes-sha2`. | +| forwarding_curve25519_key_chain | [string] | **Required.** Chain of Curve25519 keys through which this session was forwarded, via [m.forwarded_room_key](#mforwarded_room_key) events. | +| room_id | string | **Required.** The room where the session is used. | +| sender_key | string | **Required.** The Curve25519 key of the device which initiated the session originally. | +| sender_claimed_keys | {string: string} | **Required.** The Ed25519 key of the device which initiated the session originally. | +| session_id | string | **Required.** The ID of the session. | +| session_key | string | **Required.** The key for the session. | This is similar to the format before encryption used for the session keys in [Server-side key backups](#server-side-key-backups) but adds the