mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
Fix auth rules to allow first PL event
This commit is contained in:
parent
58a3fa3d60
commit
c4f53f58d7
|
|
@ -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 no previous ``m.room.power_levels`` event exist, 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…
Reference in a new issue