Merge pull request #947 from t3chguy/patch-1
redacts is an eventID not a roomID (! -> $)
This commit is contained in:
commit
2b9dbd3a6c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue