From c4f53f58d71abe0b7353b70da866cb7482076c1e Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Sat, 18 Nov 2017 21:25:18 +0100 Subject: [PATCH] Fix auth rules to allow first PL event --- specification/server_server_api.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/server_server_api.rst b/specification/server_server_api.rst index 08d94a55..31d7897f 100644 --- a/specification/server_server_api.rst +++ b/specification/server_server_api.rst @@ -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: