mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-25 15:33:42 +01:00
Merge pull request #1656 from turt2live/travis/s2s/simplified-pl-rules
Power levels always have a default of 50 for state_default
This commit is contained in:
commit
16bbf46b2e
|
|
@ -70,8 +70,7 @@ properties:
|
||||||
state_default:
|
state_default:
|
||||||
description: |-
|
description: |-
|
||||||
The default level required to send state events. Can be overridden
|
The default level required to send state events. Can be overridden
|
||||||
by the ``events`` key. Defaults to 50 if unspecified, but 0 if
|
by the ``events`` key. Defaults to 50 if unspecified.
|
||||||
there is no ``m.room.power_levels`` event at all.
|
|
||||||
type: integer
|
type: integer
|
||||||
users:
|
users:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue