From ffc689db279e7284c99ec7e9ed8a5071f252bee7 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 5 May 2022 10:56:05 -0600 Subject: [PATCH] Add an unstable room version to MSC2174 (#3788) * Add an unstable room version to MSC2174 * Associate room version --- proposals/2174-move-redacts-key.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proposals/2174-move-redacts-key.md b/proposals/2174-move-redacts-key.md index 21212257..5114d8b5 100644 --- a/proposals/2174-move-redacts-key.md +++ b/proposals/2174-move-redacts-key.md @@ -15,3 +15,9 @@ when serving such events over the Client-Server API. For improved compatibility with *newer* clients, servers should add a `redacts` property to the `content` of `m.room.redaction` events in *older* room versions when serving such events over the Client-Server API. + +## Unstable prefix + +Implementations should use `org.matrix.msc2174` for the room version containing +this change until assigned to a specified room version. That room version should +use room version 6 as a base.