Separate PDU terms from their definitions (#3527)
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
This commit is contained in:
parent
36b02edfc2
commit
fc5ba959ca
2 changed files with 4 additions and 3 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
|
@ -375,19 +375,19 @@ them.
|
||||||
|
|
||||||
#### Definitions
|
#### Definitions
|
||||||
|
|
||||||
Required Power Level
|
**Required Power Level** \
|
||||||
A given event type has an associated *required power level*. This is
|
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
|
given by the current `m.room.power_levels` event. The event type is
|
||||||
either listed explicitly in the `events` section or given by either
|
either listed explicitly in the `events` section or given by either
|
||||||
`state_default` or `events_default` depending on if the event is a state
|
`state_default` or `events_default` depending on if the event is a state
|
||||||
event or not.
|
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
|
The levels given by the `invite`, `kick`, `ban`, and `redact` properties
|
||||||
in the current `m.room.power_levels` state. Each defaults to 50 if
|
in the current `m.room.power_levels` state. Each defaults to 50 if
|
||||||
unspecified.
|
unspecified.
|
||||||
|
|
||||||
Target User
|
**Target User** \
|
||||||
For an `m.room.member` state event, the user given by the `state_key` of
|
For an `m.room.member` state event, the user given by the `state_key` of
|
||||||
the event.
|
the event.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue