From d879eb6e009d7efcf6570ba5bbc47acf97e3da9a Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 17 May 2021 10:10:16 -0400 Subject: [PATCH] Rename encrypted status to encryption information. Co-authored-by: Travis Ralston --- proposals/3173-expose-stripped-state-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/3173-expose-stripped-state-events.md b/proposals/3173-expose-stripped-state-events.md index 5087b4b8c..bcf2b8635 100644 --- a/proposals/3173-expose-stripped-state-events.md +++ b/proposals/3173-expose-stripped-state-events.md @@ -80,7 +80,7 @@ include the following as stripped state events: * Canonical alias (`m.room.canonical_alias`) * Room avatar (`m.room.avatar`) * Room name (`m.room.name`) -* Encrypted status (`m.room.encryption`)[3](#f2) +* Encryption information (`m.room.encryption`)[3](#f2) This also implies that the above information is available to any potential joiner in the API proposed in [MSC2946: Spaces summary](https://github.com/matrix-org/matrix-doc/pull/2946).