FIx-up markup tags.

This commit is contained in:
Patrick Cloke 2023-08-10 07:54:44 -04:00
parent 951f61903a
commit 75b32c7f01
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ rules.
### Redactions ### Redactions
{{% added-in this=true %}} The top-level `origin`, `membership`, and `prev_state` properties {{< added-in this=true >}} The top-level `origin`, `membership`, and `prev_state` properties
are no longer protected from redaction. The [`m.room.create`](/client-server-api#mroomcreate) are no longer protected from redaction. The [`m.room.create`](/client-server-api#mroomcreate)
event now keeps the entire `content` property. The [`m.room.redaction`](/client-server-api#mroomredaction) event now keeps the entire `content` property. The [`m.room.redaction`](/client-server-api#mroomredaction)
event keeps the `redacts` property under `content`. The event keeps the `redacts` property under `content`. The

View file

@ -15,7 +15,7 @@ which implement the redaction algorithm locally should refer to the
### Redactions ### Redactions
{{% added-in this=true %}} All significant meaning for `m.room.aliases` {{< added-in this=true >}} All significant meaning for `m.room.aliases`
has been removed from the redaction algorithm. The remaining rules are has been removed from the redaction algorithm. The remaining rules are
the same as past room versions. the same as past room versions.

View file

@ -17,7 +17,7 @@ Clients which implement the redaction algorithm locally should refer to the
### Redactions ### Redactions
{{% added-in this=true %}} [`m.room.member`](/client-server-api#mroommember) events {{< added-in this=true >}} [`m.room.member`](/client-server-api#mroommember) events
now keep `join_authorised_via_users_server` in addition to other keys in `content` now keep `join_authorised_via_users_server` in addition to other keys in `content`
when being redacted. when being redacted.