Power levels always have a default of 50 for state_default
As per the proposal https://github.com/matrix-org/matrix-doc/issues/1304
This commit is contained in:
parent
6dab4b28f8
commit
e4a8fed0e8
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue