Mention that state_default
can be zero by default. (#1478)
* Mention that `state_default` can be zero by default. * Changelog * Update data/event-schemas/schema/m.room.power_levels.yaml Co-authored-by: Hubert Chathi <hubertc@matrix.org> --------- Co-authored-by: Hubert Chathi <hubertc@matrix.org>
This commit is contained in:
parent
ac8d34bc81
commit
7670a74116
2 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,9 @@ properties:
|
|||
description: |-
|
||||
The default level required to send state events. Can be overridden
|
||||
by the `events` key. Defaults to 50 if unspecified.
|
||||
|
||||
**Note**: When there is no `m.room.power_levels` event in the room, this defaults
|
||||
to 0. See description for more information.
|
||||
type: integer
|
||||
users:
|
||||
additionalProperties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue