-
Notifications
You must be signed in to change notification settings - Fork 433
MSC3820: Room version 11 #3820
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
Merged
Merged
MSC3820: Room version 11 #3820
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # MSC3604: Room Version 11 | ||
|
|
||
| A new room version, `11`, is proposed using [room version 10](https://spec.matrix.org/v1.7/rooms/v10/) as a base | ||
| and incorporating the following MSCs: | ||
|
|
||
| * [MSC2174](https://github.com/matrix-org/matrix-spec-proposals/pull/2174) - Move `redacts` to sane place | ||
| * [MSC2175](https://github.com/matrix-org/matrix-spec-proposals/pull/2175) - Remove `creator` field from `m.room.create` events | ||
| * [MSC2176](https://github.com/matrix-org/matrix-spec-proposals/pull/2176) - Updates to redaction rules | ||
| * [MSC3989](https://github.com/matrix-org/matrix-spec-proposals/pull/3989) - Redact `origin` on events | ||
| * [MSC3821](https://github.com/matrix-org/matrix-spec-proposals/pull/3821) - More updates to redaction rules | ||
|
|
||
| Though other MSCs are capable of being included in this version, they do not have sufficient implementation to be | ||
| considered stable enough for v11 rooms. A future room version may still include them. Such examples of ineligible MSCs | ||
turt2live marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| are: | ||
|
|
||
| * [MSC2244](https://github.com/matrix-org/matrix-spec-proposals/pull/2244) - Mass redactions | ||
| * A number of MSCs which have not yet been accepted (they are not iterated here). | ||
|
|
||
| Room version 11 upon being added to the specification shall be considered stable. No other room versions are affected | ||
| by this MSC. | ||
|
|
||
| ## Unstable prefix | ||
|
|
||
| Implementations looking to test v11 before written into the specification should use `org.matrix.msc3820.opt2` | ||
| as the room version, treating it as unstable. | ||
|
|
||
| Note: `org.matrix.msc3820.opt1` is from a prior draft of this proposal, consisting of different MSCs than the | ||
| current iteration. Implementations should not treat opt1 the same as other unstable-for-MSC3820 versions. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.