Skip to content

Commit

Permalink
feedback from @tulir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Sep 15, 2024
1 parent 1331f86 commit 35d7aff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions proposals/4194-user-redaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35d7aff

Please sign in to comment.