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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue