From f9fc3d08e296c8f498b7c3b40b4e0c865f558a56 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 7 Jun 2022 11:51:16 -0600 Subject: [PATCH] Add missing sentence --- .../client-server-api/modules/end_to_end_encryption.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index e2d65102..c7db35aa 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -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" %}}