From 1e94f7c4356aed2b588770a942e5f4a7b4ce2033 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 12 Nov 2025 15:03:48 +0100 Subject: [PATCH] Remove superfluous whitespace to not make future editing more cumbersome than necessary Signed-off-by: Johannes Marbach --- .../modules/end_to_end_encryption.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 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 a6711126..fcc87625 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1775,19 +1775,18 @@ property is required for inclusion, though previous versions of the specification did not have it. In addition to `/versions`, this can be a way to identify the server's support for fallback keys. - -| Parameter | Type | Description | -|----------------------------------|--------------------|------------------------------------------------------------------------------------------------------------------------| -| device_lists | DeviceLists | Optional. Information on e2e device updates. Note: only present on an incremental sync. | -| device_one_time_keys_count | {string: integer} | Optional. For each key algorithm, the number of unclaimed one-time keys currently held on the server for this device. If an algorithm is unlisted, the count for that algorithm is assumed to be zero. If this entire parameter is missing, the count for all algorithms is assumed to be zero. | -| device_unused_fallback_key_types | [string] | **Required.** The unused fallback key algorithms. | +| Parameter | Type | Description | +|----------------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------| +| device_lists | DeviceLists | Optional. Information on e2e device updates. Note: only present on an incremental sync. | +| device_one_time_keys_count | {string: integer} | Optional. For each key algorithm, the number of unclaimed one-time keys currently held on the server for this device. If an algorithm is unlisted, the count for that algorithm is assumed to be zero. If this entire parameter is missing, the count for all algorithms is assumed to be zero. | +| device_unused_fallback_key_types | [string] | **Required.** The unused fallback key algorithms. | `DeviceLists` -| Parameter | Type | Description | -|------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| changed | [string] | List of users who have updated their device identity or cross-signing keys, or who now share an encrypted room with the client since the previous sync response. | -| left | [string] | List of users with whom we do not share any encrypted rooms anymore since the previous sync response. | +| Parameter | Type | Description | +|-----------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| changed | [string] | List of users who have updated their device identity or cross-signing keys, or who now share an encrypted room with the client since the previous sync response. | +| left | [string] | List of users with whom we do not share any encrypted rooms anymore since the previous sync response. | {{% boxes/note %}} For optimal performance, Alice should be added to `changed` in Bob's