mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 13:24:10 +02:00
Linkify references to event types.
This commit is contained in:
parent
0200657422
commit
9ef363a8db
|
|
@ -440,19 +440,21 @@ them.
|
||||||
Required Power Level
|
Required Power Level
|
||||||
|
|
||||||
: A given event type has an associated *required power level*. This is given by
|
: A given event type has an associated *required power level*. This is given by
|
||||||
the current `m.room.power_levels` event. The event type is either listed
|
the current [`m.room.power_levels`](/client-server-api/#mroompower_levels)
|
||||||
explicitly in the `events` section or given by either `state_default` or
|
event. The event type is either listed explicitly in the `events` section or
|
||||||
`events_default` depending on if the event is a state event or not.
|
given by either `state_default` or `events_default` depending on if the event
|
||||||
|
is a state event or not.
|
||||||
|
|
||||||
Invite Level, Kick Level, Ban Level, Redact Level
|
Invite Level, Kick Level, Ban Level, Redact Level
|
||||||
|
|
||||||
: The levels given by the `invite`, `kick`, `ban`, and `redact` properties in
|
: The levels given by the `invite`, `kick`, `ban`, and `redact` properties in
|
||||||
the current `m.room.power_levels` state. Each defaults to 50 if unspecified.
|
the current [`m.room.power_levels`](/client-server-api/#mroompower_levels)
|
||||||
|
state. Each defaults to 50 if unspecified.
|
||||||
|
|
||||||
Target User
|
Target User
|
||||||
|
|
||||||
: For an `m.room.member` state event, the user given by the `state_key` of the
|
: For an [`m.room.member`](/client-server-api/#mroommember) state event, the
|
||||||
event.
|
user given by the `state_key` of the event.
|
||||||
|
|
||||||
{{% boxes/warning %}}
|
{{% boxes/warning %}}
|
||||||
Some [room versions](/rooms) accept power level values to be represented as
|
Some [room versions](/rooms) accept power level values to be represented as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue