Skip to content

Commit 951f619

Browse files
committed
Review comments.
1 parent b0b6a89 commit 951f619

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

content/rooms/v11.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ rules.
99

1010
## Client considerations
1111

12-
Clients should no longer depend on the `creator` property in the `content` of
13-
[`m.room.create`](/client-server-api#mroomcreate) events. In all room versions,
14-
clients can rely on `sender` instead to determine a room creator.
15-
16-
Clients should note that the format of [`m.room.redaction`](/client-server-api#mroomredaction)
17-
events has been modified and look for the `redacts` key under `content` instead
18-
of a top-level event property.
19-
20-
Clients should note that the `third_party_invite` key of [`m.room.member`](/client-server-api#mroommember)
21-
events is no longer redacted, *but* will only contain the `signed` key after redaction.
22-
2312
### Redactions
2413

2514
{{% added-in this=true %}} The top-level `origin`, `membership`, and `prev_state` properties
@@ -33,6 +22,19 @@ The full redaction algorithm follows.
3322

3423
{{% rver-fragment name="v11-redactions" withVersioning="true" %}}
3524

25+
### Event format
26+
27+
Clients should no longer depend on the `creator` property in the `content` of
28+
[`m.room.create`](/client-server-api#mroomcreate) events. In all room versions,
29+
clients can rely on `sender` instead to determine a room creator.
30+
31+
The format of [`m.room.redaction`](/client-server-api#mroomredaction)
32+
events has been modified. Client should look for the `redacts` key under `content`
33+
instead of a top-level event property.
34+
35+
The `third_party_invite` key of [`m.room.member`](/client-server-api#mroommember)
36+
events is no longer redacted, *but* will only contain the `signed` key after redaction.
37+
3638
## Server implementation components
3739

3840
{{% boxes/warning %}}

0 commit comments

Comments
 (0)