mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
FIx-up markup tags.
This commit is contained in:
parent
951f61903a
commit
75b32c7f01
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue