From 70985a70687c66a8501d0c00d737ee00d956a6c9 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 26 Jul 2023 10:52:08 -0400 Subject: [PATCH] Fix-up event schema. --- data/event-schemas/schema/m.room.redaction.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/event-schemas/schema/m.room.redaction.yaml b/data/event-schemas/schema/m.room.redaction.yaml index 454df0e8..c34cf5c0 100644 --- a/data/event-schemas/schema/m.room.redaction.yaml +++ b/data/event-schemas/schema/m.room.redaction.yaml @@ -5,7 +5,7 @@ description: 'This event is created by the server to describe which event has be properties: content: properties: - redacts: |- + redacts: description: The event ID that was redacted. Starting in room version 11. type: string reason: