From e4a8fed0e80e9da6e8af22f0bc954bb8dde8898f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 4 Sep 2018 11:43:37 -0600 Subject: [PATCH] Power levels always have a default of 50 for state_default As per the proposal https://github.com/matrix-org/matrix-doc/issues/1304 --- event-schemas/schema/m.room.power_levels | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/event-schemas/schema/m.room.power_levels b/event-schemas/schema/m.room.power_levels index 9bb12993a3..06f55d2619 100644 --- a/event-schemas/schema/m.room.power_levels +++ b/event-schemas/schema/m.room.power_levels @@ -70,8 +70,7 @@ properties: state_default: description: |- The default level required to send state events. Can be overridden - by the ``events`` key. Defaults to 50 if unspecified, but 0 if - there is no ``m.room.power_levels`` event at all. + by the ``events`` key. Defaults to 50 if unspecified. type: integer users: additionalProperties: