mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-09 17:33:44 +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",
|
||||
"type": "m.room.redaction",
|
||||
"room_id": "!Cuyf34gef24t:localhost",
|
||||
"redacts": "!fukweghifu23:localhost",
|
||||
"redacts": "$fukweghifu23:localhost",
|
||||
"sender": "@example:localhost"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue