From dc0882012bce56dba5f4a0e35ae2dc400d1dcbce Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 4 Oct 2022 16:00:27 +0100 Subject: [PATCH] Fix naming of `device_one_time_keys_count` in /sync Fixes #671 --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 10f21e86..3deae943 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1622,7 +1622,7 @@ specified). The client is expected to use [`/keys/query`](/client-server-api/#po sync, as documented in [Tracking the device list for a user](#tracking-the-device-list-for-a-user). -It also adds a `one_time_keys_count` property. Note the spelling +It also adds a `device_one_time_keys_count` property. Note the spelling difference with the `one_time_key_counts` property in the [`/keys/upload`](/client-server-api/#post_matrixclientv3keysupload) response.