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
|
type: object
|
||||||
users_default:
|
users_default:
|
||||||
description: |-
|
description: |-
|
||||||
The default power level for every user in the room, unless their
|
The power level for users in the room whose `user_id` is not mentioned in the `users` key. Defaults to 0 if
|
||||||
`user_id` is mentioned in the `users` key. Defaults to 0 if
|
|
||||||
unspecified.
|
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
|
type: integer
|
||||||
notifications:
|
notifications:
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue