Document default room creator PL (#1081)
This commit is contained in:
parent
ec1a12d21b
commit
57e5e1e331
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ description: |-
|
|||
If a ``user_id`` is in the ``users`` list, then that ``user_id`` has the
|
||||
associated power level. Otherwise they have the default level
|
||||
``users_default``. If ``users_default`` is not supplied, it is assumed to be
|
||||
0.
|
||||
0. If the room contains no ``m.room.power_levels`` event, the room's creator has
|
||||
a power level of 100, and all other users have a power level of 0.
|
||||
|
||||
The level required to send a certain event is governed by ``events``,
|
||||
``state_default`` and ``events_default``. If an event type is specified in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue