mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 12:14:10 +01:00
Merge pull request #1266 from matrix-org/erikj/clarfiy_otks
This commit is contained in:
commit
4bda06a886
|
|
@ -0,0 +1 @@
|
|||
Fix naming of `device_one_time_keys_count` in `/sync`.
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue