Skip to content

Commit 8a4f4eb

Browse files
committed
Correct formatting
1 parent 67c651b commit 8a4f4eb

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

content/rooms/fragments/v8-auth-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ the default power level for users in the room.
1919
`m.room.redaction` events are subject to auth rules in the same way as any other event.
2020
In practice, that means they will normally be allowed by the auth rules, unless the
2121
`m.room.power_levels` event sets a power level requirement for `m.room.redaction`
22-
events via the `events` or `events_default` properties. In particular, the /redact
23-
level/ is **not** considered by the auth rules.
22+
events via the `events` or `events_default` properties. In particular, the _redact
23+
level_ is **not** considered by the auth rules.
2424

2525
The ability to send a redaction event does not mean that the redaction itself should
2626
be performed. Receiving servers must perform additional checks, as described in

content/rooms/v10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ the default power level for users in the room.
9494
`m.room.redaction` events are subject to auth rules in the same way as any other event.
9595
In practice, that means they will normally be allowed by the auth rules, unless the
9696
`m.room.power_levels` event sets a power level requirement for `m.room.redaction`
97-
events via the `events` or `events_default` properties. In particular, the /redact
98-
level/ is **not** considered by the auth rules.
97+
events via the `events` or `events_default` properties. In particular, the _redact
98+
level_ is **not** considered by the auth rules.
9999

100100
The ability to send a redaction event does not mean that the redaction itself should
101101
be performed. Receiving servers must perform additional checks, as described in

content/rooms/v11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ the default power level for users in the room.
101101
`m.room.redaction` events are subject to auth rules in the same way as any other event.
102102
In practice, that means they will normally be allowed by the auth rules, unless the
103103
`m.room.power_levels` event sets a power level requirement for `m.room.redaction`
104-
events via the `events` or `events_default` properties. In particular, the /redact
105-
level/ is **not** considered by the auth rules.
104+
events via the `events` or `events_default` properties. In particular, the _redact
105+
level_ is **not** considered by the auth rules.
106106

107107
The ability to send a redaction event does not mean that the redaction itself should
108108
be performed. Receiving servers must perform additional checks, as described in

content/rooms/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The complete structure of a event in a v3 room is shown below.
9494
the same way as any other event. In practice, that means they will normally be allowed
9595
by the auth rules, unless the `m.room.power_levels` event sets a power level requirement
9696
for `m.room.redaction`events via the `events` or `events_default` properties. In
97-
particular, the /redact level/ is **not** considered by the auth rules.
97+
particular, the _redact level_ is **not** considered by the auth rules.
9898

9999
The ability to send a redaction event does not mean that the redaction itself should
100100
be performed. Receiving servers must perform additional checks, as described in

content/rooms/v6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ the default power level for users in the room.
6969
`m.room.redaction` events are subject to auth rules in the same way as any other event.
7070
In practice, that means they will normally be allowed by the auth rules, unless the
7171
`m.room.power_levels` event sets a power level requirement for `m.room.redaction`
72-
events via the `events` or `events_default` properties. In particular, the /redact
73-
level/ is **not** considered by the auth rules.
72+
events via the `events` or `events_default` properties. In particular, the _redact
73+
level_ is **not** considered by the auth rules.
7474

7575
The ability to send a redaction event does not mean that the redaction itself should
7676
be performed. Receiving servers must perform additional checks, as described in

content/rooms/v7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ the default power level for users in the room.
5555
`m.room.redaction` events are subject to auth rules in the same way as any other event.
5656
In practice, that means they will normally be allowed by the auth rules, unless the
5757
`m.room.power_levels` event sets a power level requirement for `m.room.redaction`
58-
events via the `events` or `events_default` properties. In particular, the /redact
59-
level/ is **not** considered by the auth rules.
58+
events via the `events` or `events_default` properties. In particular, the _redact
59+
level_ is **not** considered by the auth rules.
6060

6161
The ability to send a redaction event does not mean that the redaction itself should
6262
be performed. Receiving servers must perform additional checks, as described in

0 commit comments

Comments
 (0)