From 57e5e1e331bb26ea86451512933cb0e9bc00da53 Mon Sep 17 00:00:00 2001 From: Max Dor Date: Mon, 20 Nov 2017 17:22:30 +0100 Subject: [PATCH] Document default room creator PL (#1081) --- event-schemas/schema/m.room.power_levels | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/event-schemas/schema/m.room.power_levels b/event-schemas/schema/m.room.power_levels index 351c9d30..13a44c70 100644 --- a/event-schemas/schema/m.room.power_levels +++ b/event-schemas/schema/m.room.power_levels @@ -8,7 +8,8 @@ description: |- If a ``user_id`` is in the ``users`` list, then that ``user_id`` has the associated power level. Otherwise they have the default level ``users_default``. If ``users_default`` is not supplied, it is assumed to be - 0. + 0. If the room contains no ``m.room.power_levels`` event, the room's creator has + a power level of 100, and all other users have a power level of 0. The level required to send a certain event is governed by ``events``, ``state_default`` and ``events_default``. If an event type is specified in