mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Add missing sentence
This commit is contained in:
parent
8efd9e53d3
commit
f9fc3d08e2
|
|
@ -1531,6 +1531,15 @@ For example, Megolm sessions that were sent using the old session would
|
|||
have been lost. The client can attempt to retrieve the lost sessions
|
||||
through `m.room_key_request` messages.
|
||||
|
||||
{{% boxes/note %}}
|
||||
Clients should send key requests for unknown sessions to all devices for
|
||||
the user which used the session rather than just the `device_id` or
|
||||
`sender_key` denoted on the event.
|
||||
|
||||
This is due to a deprecation of the fields. See
|
||||
[`m.megolm.v1.aes-sha2`](#mmegolmv1aes-sha2) for more information.
|
||||
{{% /boxes/note %}}
|
||||
|
||||
##### `m.megolm.v1.aes-sha2`
|
||||
|
||||
{{% changed-in v="1.3" %}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue