From 8d69ecbde51c08995d970194b6bad73b5f5416f8 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 31 May 2022 14:28:56 -0600 Subject: [PATCH] Apply wording changes --- content/client-server-api/modules/end_to_end_encryption.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2bf2e58e..abeae27a 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1624,10 +1624,10 @@ that they can decrypt future messages encrypted using this session. An `m.room_key` events sent by other devices in order to decrypt their messages. -When a client is updating a session key in its store, the client MUST ensure: +When a client is updating a Megolm session (room key) in its store, the client MUST ensure: * that the updated session data comes from a trusted source, where a trusted source - could be the signatures on the session or comes from the user's session key backup; + could be the signatures on the session or those from the user's session key backup; and * that the new session key has a lower message index than the existing session key.