From 35d7afff63957491bb277c543c7e84af20baf142 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Sun, 15 Sep 2024 16:06:53 +0100 Subject: [PATCH] feedback from @tulir. --- proposals/4194-user-redaction.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/proposals/4194-user-redaction.md b/proposals/4194-user-redaction.md index 9cb55646f78..0f32a947dc6 100644 --- a/proposals/4194-user-redaction.md +++ b/proposals/4194-user-redaction.md @@ -138,9 +138,15 @@ redaction. We might omit that use case from the MSC if there are concerns. ## Unstable prefix If nothing exists for what `M_LIMIT_TOO_LARGE` is trying to do, then -`org.matrix.msc4194.LIMIT_TOO_LARGE` - -`POST /_matrix/client/unstable/org.matrix.msc4194/rooms/{roomID}/redact/user/{userID}` +`org.matrix.msc4194.LIMIT_TOO_LARGE`. + +Until the MSC is accepted, implementations can use `org.matrix.msc4194` as the +unstable prefix and as a flag in the `unstable_features` section of `/versions`: +* `/_matrix/client/unstable/org.matrix.msc4194/rooms/{roomID}/redact/user/{userID}` + instead of `/_matrix/client/v1/rooms/{roomID}/redact/user/{userID}` +Once the MSC is merged, the `org.matrix.msc4194.stable` unstable feature flag +can be used to advertise support for the stable version of the endpoint, until +the spec release with the endpoint is advertised. ## Dependencies