Merge pull request #1080 from maxidor/max/ss/auth_rules

Fix auth rules to allow first PL event
pull/1084/head
Richard van der Hoff 7 years ago committed by GitHub
commit ec1a12d21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save