mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Clarify the power levels integer range
Signed-off-by: Johannes Becker <j.becker@famedly.com>
This commit is contained in:
parent
ead437578b
commit
17b011ba07
|
|
@ -5,6 +5,8 @@ description: |-
|
||||||
This event specifies the minimum level a user must have in order to perform a
|
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.
|
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
|
If a `user_id` is in the `users` list, then that `user_id` has the
|
||||||
associated power level. Otherwise they have the default level
|
associated power level. Otherwise they have the default level
|
||||||
`users_default`. If `users_default` is not supplied, it is assumed to be
|
`users_default`. If `users_default` is not supplied, it is assumed to be
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue