mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-22 03:14:10 +01:00
Re-word keys/claim to clarify that sometimes keys are not available
This commit is contained in:
parent
4d1d75c69a
commit
10df90711a
|
|
@ -292,8 +292,9 @@ paths:
|
|||
Claims one-time keys for use in pre-key messages.
|
||||
|
||||
The request contains the user ID, device ID and algorithm name of the
|
||||
keys that are required. The response contains a key matching this -
|
||||
either a one-time key, or if none are available, a fallback key.
|
||||
keys that are required. If a key matching these requirements can be
|
||||
found, the response contains it. The returned key is a one-time key
|
||||
if one is available, and otherwise a fallback key.
|
||||
|
||||
One-time keys are given out in the order that they were uploaded via
|
||||
[/keys/upload](/client-server-api/#post_matrixclientv3keysupload). (All
|
||||
|
|
|
|||
|
|
@ -24,8 +24,9 @@ paths:
|
|||
Claims one-time keys for use in pre-key messages.
|
||||
|
||||
The request contains the user ID, device ID and algorithm name of the
|
||||
keys that are required. The response contains a key matching this -
|
||||
either a one-time key, or if none are available, a fallback key.
|
||||
keys that are required. If a key matching these requirements can be
|
||||
found, the response contains it. The returned key is a one-time key
|
||||
if one is available, and otherwise a fallback key.
|
||||
|
||||
One-time keys are given out in the order that they were uploaded via
|
||||
[/keys/upload](/client-server-api/#post_matrixclientv3keysupload). (All
|
||||
|
|
|
|||
Loading…
Reference in a new issue