Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add room version 11 #1604

Merged
merged 20 commits into from Aug 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions content/rooms/v11.md
Expand Up @@ -9,16 +9,18 @@ rules.

## Client considerations

Clients should no longer depend on the `creator` property of `m.room.create` events.
Clients should no longer depend on the `creator` property in the `content` of
`m.room.create` events.

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 `third_party_invite` key of `m.room.member` events
is no longer redacted, *but* will only contain the `signed` key after redaction.

Clients which implement the redaction algorithm locally should refer to the
[redactions](#redactions) section below for a full overview.
### Redactions

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

## Server implementation components

Expand Down Expand Up @@ -241,7 +243,7 @@ Some consequences of these rules:

### Redactions
clokep marked this conversation as resolved.
Show resolved Hide resolved

{{% rver-fragment name="v11-redactions" withVersioning="true" %}}
[See above](#redactions).
turt2live marked this conversation as resolved.
Show resolved Hide resolved

## Unchanged from v10

Expand Down