m.room.power_levels: note allowing moderators to share power

This commit is contained in:
Aminda Suomalainen 2021-10-07 00:45:57 +03:00
parent c08bfa81b0
commit 323e323219
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -34,7 +34,7 @@ break things:
"m.room.encryption": 100, "m.room.encryption": 100,
"m.room.tombstone": 100, "m.room.tombstone": 100,
"m.room.canonical_alias": 100, "m.room.canonical_alias": 100,
"m.room.power_levels": 100, "m.room.power_levels": 49,
"m.room.topic": 100, "m.room.topic": 100,
"m.room.retention": 100 "m.room.retention": 100
}, },
@ -47,3 +47,7 @@ break things:
}, },
} }
``` ```
* If `m.room.power_levels` event is 49, moderators (PL50) are able to raise
other users to moderators while sharing equal power they won't be able to
demote.