diff --git a/content/rooms/v11.md b/content/rooms/v11.md index 88e63732..adba1b78 100644 --- a/content/rooms/v11.md +++ b/content/rooms/v11.md @@ -10,14 +10,15 @@ rules. ## Client considerations Clients should no longer depend on the `creator` property in the `content` of -`m.room.create` events. In all room versions, clients can rely on `sender` -instead to determine a room creator. +[`m.room.create`](/client-server-api#mroomcreate) events. In all room versions, +clients can rely on `sender` instead to determine a room creator. -Clients should note that the format of `m.room.redaction` events has been modified -and look for the `redacts` key under `content` instead of a top-level event property. +Clients should note that the format of [`m.room.redaction`](/client-server-api#mroomredaction) +events has been modified and look for the `redacts` key under `content` instead +of a top-level event property. -Clients should note that the `third_party_invite` key of `m.room.member` events -is no longer redacted, *but* will only contain the `signed` key after redaction. +Clients should note that the `third_party_invite` key of [`m.room.member`](/client-server-api#mroommember) +events is no longer redacted, *but* will only contain the `signed` key after redaction. ### Redactions