mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-10-31 23:49:24 +01:00
m.room.power_levels: note allowing moderators to share power
This commit is contained in:
parent
c08bfa81b0
commit
323e323219
@ -34,7 +34,7 @@ break things:
|
||||
"m.room.encryption": 100,
|
||||
"m.room.tombstone": 100,
|
||||
"m.room.canonical_alias": 100,
|
||||
"m.room.power_levels": 100,
|
||||
"m.room.power_levels": 49,
|
||||
"m.room.topic": 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.
|
||||
|
Loading…
Reference in New Issue
Block a user