Merge pull request #1080 from maxidor/max/ss/auth_rules
Fix auth rules to allow first PL event
This commit is contained in:
commit
ec1a12d21b
1 changed files with 3 additions and 1 deletions
|
@ -564,7 +564,9 @@ the state of the room.
|
|||
|
||||
#. If type is ``m.room.power_levels``:
|
||||
|
||||
a. For each of the keys ``users_default``, ``events_default``,
|
||||
a. If there is no previous ``m.room.power_levels`` event in the room, allow.
|
||||
|
||||
#. For each of the keys ``users_default``, ``events_default``,
|
||||
``state_default``, ``ban``, ``redact``, ``kick``, ``invite``, as well as
|
||||
each entry being changed under the ``events`` or ``users`` keys:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue