Skip to content

Commit 445b0a3

Browse files
committed
Clarify m.room.redaction, remove duplicate entry
Signed-off-by: Aaron Raimist <[email protected]>
1 parent 62cfc8c commit 445b0a3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

event-schemas/schema/m.room.redaction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
allOf:
33
- $ref: core-event-schema/room_event.yaml
4-
description: 'Events can be redacted by either room or server admins. Redacting an event means that all keys not required by the protocol are stripped off, allowing admins to remove offensive or illegal content that may have been attached to any event. This cannot be undone, allowing server owners to physically delete the offending data. There is also a concept of a moderator hiding a message event, which can be undone, but cannot be applied to state events. The event that has been redacted is specified in the ``redacts`` event level key.'
4+
description: 'Redacting an event means that all keys not required by the protocol are stripped off, allowing messages to be hidden or allowing admins to remove offensive or illegal content. Users may redact their own events, and any user with a power level greater than or equal to the redact power level of the room may redact events in that room. Redactions cannot be undone. The event that has been redacted is specified in the ``redacts`` event level key.'
55
properties:
66
content:
77
properties:

specification/client_server_api.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,8 +1551,6 @@ prefixed with ``m.``
15511551

15521552
{{m_room_power_levels_event}}
15531553

1554-
{{m_room_redaction_event}}
1555-
15561554
Historical events
15571555
+++++++++++++++++
15581556

0 commit comments

Comments
 (0)