Apply suggestions from code review
Co-authored-by: Denis Kasak <dkasak@termina.org.uk>
This commit is contained in:
parent
dd0f867fad
commit
d0cbd4c8dd
3 changed files with 20 additions and 13 deletions
|
@ -26,7 +26,7 @@ properties:
|
|||
description: |-
|
||||
A random string uniquely identifying (with respect to the requester
|
||||
and the target) the target for a secret. If the secret is requested
|
||||
from multiple devices at the same time, the same ID may be used for
|
||||
from multiple devices at the same time, the same ID MAY be used for
|
||||
every target. The same ID is also used in order to cancel a previous
|
||||
request.
|
||||
required:
|
||||
|
|
|
@ -9,8 +9,8 @@ description: |-
|
|||
The `request_id` must match the ID previously given in an `m.secret.request`
|
||||
event. The recipient must ensure that this event comes from a device that the
|
||||
`m.secret.request` event was originally sent to, and that the device is
|
||||
trusted. This should be done by checking the sender key of the Olm session that
|
||||
the event was sent over.
|
||||
a trusted device owned by the recipient. This should be done by checking the
|
||||
sender key of the Olm session that the event was sent over.
|
||||
properties:
|
||||
content:
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue