Remove superfluous whitespace to not make future editing more cumbersome than necessary

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
pull/2245/head
Johannes Marbach 3 weeks ago
parent fe3f43a905
commit 1e94f7c435

@ -1775,9 +1775,8 @@ property is required for inclusion, though previous versions of the
specification did not have it. In addition to `/versions`, this can be specification did not have it. In addition to `/versions`, this can be
a way to identify the server's support for fallback keys. a way to identify the server's support for fallback keys.
| Parameter | Type | Description | | Parameter | Type | Description |
|----------------------------------|--------------------|------------------------------------------------------------------------------------------------------------------------| |----------------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------|
| device_lists | DeviceLists | Optional. Information on e2e device updates. Note: only present on an incremental sync. | | 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_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. | | device_unused_fallback_key_types | [string] | **Required.** The unused fallback key algorithms. |
@ -1785,7 +1784,7 @@ a way to identify the server's support for fallback keys.
`DeviceLists` `DeviceLists`
| Parameter | Type | Description | | 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. | | 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. | | left | [string] | List of users with whom we do not share any encrypted rooms anymore since the previous sync response. |

Loading…
Cancel
Save