mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-22 10:44:10 +02:00
Make link relative
Signed-off-by: Johannes Becker <j.becker@famedly.com>
This commit is contained in:
parent
17b011ba07
commit
66c8ab365c
|
|
@ -5,7 +5,7 @@ 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).
|
The allowed range of power levels is specified by the [Canonical JSON specification](/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
|
||||||
|
|
@ -58,8 +58,8 @@ properties:
|
||||||
type: object
|
type: object
|
||||||
events_default:
|
events_default:
|
||||||
description: |-
|
description: |-
|
||||||
The default level required to send message events. Can be
|
The default level required to send message events. Can be
|
||||||
overridden by the `events` key. Defaults to 0 if unspecified.
|
overridden by the `events` key. Defaults to 0 if unspecified.
|
||||||
type: integer
|
type: integer
|
||||||
invite:
|
invite:
|
||||||
description: The level required to invite a user. Defaults to 0 if unspecified.
|
description: The level required to invite a user. Defaults to 0 if unspecified.
|
||||||
|
|
@ -72,8 +72,8 @@ properties:
|
||||||
type: integer
|
type: integer
|
||||||
state_default:
|
state_default:
|
||||||
description: |-
|
description: |-
|
||||||
The default level required to send state events. Can be overridden
|
The default level required to send state events. Can be overridden
|
||||||
by the `events` key. Defaults to 50 if unspecified.
|
by the `events` key. Defaults to 50 if unspecified.
|
||||||
type: integer
|
type: integer
|
||||||
users:
|
users:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
@ -83,9 +83,9 @@ properties:
|
||||||
type: object
|
type: object
|
||||||
users_default:
|
users_default:
|
||||||
description: |-
|
description: |-
|
||||||
The default power level for every user in the room, unless their
|
The default power level for every user in the room, unless their
|
||||||
`user_id` is mentioned in the `users` key. Defaults to 0 if
|
`user_id` is mentioned in the `users` key. Defaults to 0 if
|
||||||
unspecified.
|
unspecified.
|
||||||
type: integer
|
type: integer
|
||||||
notifications:
|
notifications:
|
||||||
properties:
|
properties:
|
||||||
|
|
@ -95,14 +95,14 @@ properties:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: integer
|
type: integer
|
||||||
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.
|
||||||
title: Notifications
|
title: Notifications
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
state_key:
|
state_key:
|
||||||
description: A zero-length string.
|
description: A zero-length string.
|
||||||
pattern: '^$'
|
pattern: "^$"
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue