Skip to content

Commit

Permalink
Clarify the power levels integer range
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Becker <[email protected]>
  • Loading branch information
johannescpk committed Jul 18, 2022
1 parent ead4375 commit 17b011b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/event-schemas/schema/m.room.power_levels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |-
This event specifies the minimum level a user must have in order to perform a
certain action. It also specifies the levels of each user in the room.
The allowed range of power levels is specified by the [Canonical JSON specification](https://spec.matrix.org/v1.3/appendices/#canonical-json).
If a `user_id` is in the `users` list, then that `user_id` has the
associated power level. Otherwise they have the default level
`users_default`. If `users_default` is not supplied, it is assumed to be
Expand Down

0 comments on commit 17b011b

Please sign in to comment.