From 852f4edeadb05d664a1aad3a3f929ec384e92f2c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@googlemail.com> Date: Wed, 5 Jul 2017 16:18:49 +0100 Subject: [PATCH] redacts is an eventID not a roomID (! -> $) --- event-schemas/examples/m.room.redaction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/examples/m.room.redaction b/event-schemas/examples/m.room.redaction index 46df2ab4c..e24a8cdbe 100644 --- a/event-schemas/examples/m.room.redaction +++ b/event-schemas/examples/m.room.redaction @@ -9,6 +9,6 @@ "event_id": "$WLGTSEFSEF:localhost", "type": "m.room.redaction", "room_id": "!Cuyf34gef24t:localhost", - "redacts": "!fukweghifu23:localhost", + "redacts": "$fukweghifu23:localhost", "sender": "@example:localhost" }