mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-10 21:44:11 +01:00
preserve powerlevel
This commit is contained in:
parent
b49a950245
commit
d324cac847
|
|
@ -37,9 +37,16 @@ which should be preserved:
|
||||||
* `m.room.create` should allow the `room_version` key. Currently, redacting an
|
* `m.room.create` should allow the `room_version` key. Currently, redacting an
|
||||||
`m.room.create` event will make the room revert to a v1 room.
|
`m.room.create` event will make the room revert to a v1 room.
|
||||||
|
|
||||||
* `m.room.power_levels` should allow the `notifications` key. Rationale:
|
* `m.room.power_levels` should allow:
|
||||||
symmetry with the other `power_levels` settings. (Maybe? See
|
|
||||||
https://github.com/matrix-org/matrix-doc/issues/1601#issuecomment-511237744.)
|
* the `invite` key. Rationale: this is required to authenticate
|
||||||
|
`m.room.member` events with the `invite` membership. Currently, redacting
|
||||||
|
a `power_levels` event will mean that such events cannot be authenticated,
|
||||||
|
potentially leading to a split-brain room.
|
||||||
|
|
||||||
|
* the `notifications` key. Rationale: symmetry with the other `power_levels`
|
||||||
|
settings. (Maybe? See
|
||||||
|
https://github.com/matrix-org/matrix-doc/issues/1601#issuecomment-511237744.)
|
||||||
|
|
||||||
|
|
||||||
## Potential issues
|
## Potential issues
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue