mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-22 02:34:10 +02:00
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
|
|
@ -564,7 +564,9 @@ the state of the room.
|
||||||
|
|
||||||
#. If type is ``m.room.power_levels``:
|
#. 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
|
``state_default``, ``ban``, ``redact``, ``kick``, ``invite``, as well as
|
||||||
each entry being changed under the ``events`` or ``users`` keys:
|
each entry being changed under the ``events`` or ``users`` keys:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue