mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-18 17:34:09 +01:00
explicitly specify @room
This commit is contained in:
parent
60ae73b179
commit
c305317fa5
|
|
@ -86,13 +86,16 @@ properties:
|
||||||
unspecified.
|
unspecified.
|
||||||
type: number
|
type: number
|
||||||
notifications:
|
notifications:
|
||||||
|
properties:
|
||||||
|
room:
|
||||||
|
type: number
|
||||||
|
description: The level required to trigger an ``@room`` notification. Defaults to 50 if unspecified.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: number
|
type: number
|
||||||
description: |-
|
description: |-
|
||||||
The power level requirements for specific notification types.
|
The power level requirements for specific notification types.
|
||||||
This is a mapping from ``key`` to power level for that notifications key.
|
This is a mapping from ``key`` to power level for that notifications key.
|
||||||
Defaults to 50 for unspecified keys.
|
title: Notifications
|
||||||
title: Notification power level requirements
|
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
state_key:
|
state_key:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue