From 268cc65198161ba2b98ed24ece91c35bd01012dd Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 27 Jul 2021 12:28:20 -0400 Subject: [PATCH] Revert "Update redaction rules." This reverts commit 203c107e9e689b7b7812846f78f4712b9ca22539. --- proposals/3289-rooms-v8.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/proposals/3289-rooms-v8.md b/proposals/3289-rooms-v8.md index 1589da08..7212e0a8 100644 --- a/proposals/3289-rooms-v8.md +++ b/proposals/3289-rooms-v8.md @@ -13,10 +13,3 @@ version may include them. Room version `8` upon being added to the specification shall be considered stable. No other room versions are affected by this MSC. Before room version `8` can enter the specification, MSC3083 needs to complete its final comment period. - -## Updated redaction rules - -Room version 8 shall update the redaction rules for the `m.room.join_rules` event. -[Room version 1](https://spec.matrix.org/unstable/rooms/v1/#redactions) defines -that only the `join_rule` key in the content object should be kept. Room version -8 defines that both the `join_rule` and `allow` keys of the content shall be kept.