From 4e6cd55f20d92f5bdc2365809062249311800f73 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Wed, 13 Mar 2024 11:20:12 -0400 Subject: [PATCH] Remove extra space Co-authored-by: Johannes Marbach --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d8e577e4..1f6ed5e2 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1292,7 +1292,7 @@ state as reported by the homeserver: clients should not assume that users who have `m.room.member` events with `membership: "join"` are legitimately in the room, as such events could be spoofed by the homeserver. Clients should use other means of ensuring that a user is actually in the room before sharing keys -for old messages with them. For example, clients can share keys for old +for old messages with them. For example, clients can share keys for old messages only to users that they invite to the room, as then they know that the user is supposed to be in the room. {{% /boxes/note %}}