mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
70985a7068
commit
a8f9eb0ee3
|
|
@ -2,8 +2,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% 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` event no longer keeps the `creator`
|
are no longer protected from redaction. The `m.room.create` event now keeps the entire `content` property. The `m.room.redaction` event keeps the
|
||||||
property and now keeps the entire `content` property. The `m.room.redaction` event keeps the
|
|
||||||
`redacts` property under `content`. The `m.room.power_levels` event keeps the `invite` property
|
`redacts` property under `content`. The `m.room.power_levels` event keeps the `invite` property
|
||||||
under `content`.
|
under `content`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,14 +6,14 @@ properties:
|
||||||
content:
|
content:
|
||||||
properties:
|
properties:
|
||||||
redacts:
|
redacts:
|
||||||
description: The event ID that was redacted. Starting in room version 11.
|
description: The event ID that was redacted. Present starting in room version 11.
|
||||||
type: string
|
type: string
|
||||||
reason:
|
reason:
|
||||||
description: 'The reason for the redaction, if any.'
|
description: 'The reason for the redaction, if any.'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
redacts:
|
redacts:
|
||||||
description: The event ID that was redacted. For room versions 1 - 10.
|
description: Only present in room versions 1 - 10. The event ID that was redacted.
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue