mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
clarifications for users_default
This commit is contained in:
parent
1fc7d5b8d2
commit
fa7b6417d9
|
|
@ -74,9 +74,11 @@ properties:
|
|||
type: object
|
||||
users_default:
|
||||
description: |-
|
||||
The default power level for every user in the room, unless their
|
||||
`user_id` is mentioned in the `users` key. Defaults to 0 if
|
||||
The power level for users in the room whose `user_id` is not mentioned in the `users` key. Defaults to 0 if
|
||||
unspecified.
|
||||
|
||||
**Note**: When there is no `m.room.power_levels` event in the room, the room creator has
|
||||
a power level of 100, and all other users have a power level of 0.
|
||||
type: integer
|
||||
notifications:
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue