Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSC2815: Proposal to allow room moderators to view redacted event content #2815

Open
wants to merge 7 commits into
base: old_master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update unstable prefixes
Signed-off-by: Tulir Asokan <tulir@maunium.net>
  • Loading branch information
tulir committed Apr 8, 2022
commit 602a84d096d132e091782f525fb0aac046383b7e
10 changes: 5 additions & 5 deletions proposals/2815-moderate-redacted-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ for the new key, even if it required a higher level than what the user has.

## Unstable prefix
While this MSC is not in a released version of the spec, implementations should
use `net.maunium.msc2815.include_redacted_content` as the query parameter name,
and `net.maunium.msc2815.content_keep_ms` in the error response. The error
codes should use `NET.MAUNIUM.MSC2815` as a prefix instead of `M`.
use `fi.mau.msc2815.include_redacted_content` as the query parameter name, and
`fi.mau.msc2815.content_keep_ms` in the error response. The error codes should
use `FI.MAU.MSC2815` as a prefix instead of `M`.

Additionally, servers should advertise support using the `net.maunium.msc2815`
flag in `unstable_features` in the `/versions` endpoint.
Additionally, servers should advertise support using the `fi.mau.msc2815` flag
in `unstable_features` in the `/versions` endpoint.