mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-13 17:43:42 +01:00
Merge pull request #947 from t3chguy/patch-1
redacts is an eventID not a roomID (! -> $)
This commit is contained in:
commit
2b9dbd3a6c
|
|
@ -9,6 +9,6 @@
|
||||||
"event_id": "$WLGTSEFSEF:localhost",
|
"event_id": "$WLGTSEFSEF:localhost",
|
||||||
"type": "m.room.redaction",
|
"type": "m.room.redaction",
|
||||||
"room_id": "!Cuyf34gef24t:localhost",
|
"room_id": "!Cuyf34gef24t:localhost",
|
||||||
"redacts": "!fukweghifu23:localhost",
|
"redacts": "$fukweghifu23:localhost",
|
||||||
"sender": "@example:localhost"
|
"sender": "@example:localhost"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue