mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 18:08:37 +01:00
Fix typo
This commit is contained in:
parent
a0fcb7d9e1
commit
a6ae757e7a
|
|
@ -23,7 +23,7 @@ expect to receive a key in response to the request.
|
|||
Devices that purposely do not send megolm keys to a device may instead send an
|
||||
`m.room_key.withheld` event as a to-device message to the device to indicate
|
||||
that it should not expect to receive keys for the message. This message may
|
||||
also be sent in reply to a `m.room_key_request`. The `m.room.no_key` event has
|
||||
also be sent in reply to a `m.room_key_request`. The `m.room_key.withheld` event has
|
||||
the properties:
|
||||
|
||||
- `room_id`: Required if `code` is not `m.no_olm`. The ID of the room that the
|
||||
|
|
|
|||
Loading…
Reference in a new issue