matrix-spec/data/event-schemas/examples/m.room.redaction.yaml
2023-08-09 14:48:45 -04:00

9 lines
154 B
YAML

{
"$ref": "core/room_event.json",
"type": "m.room.redaction",
"content": {
"redacts": "$fukweghifu23:localhost",
"reason": "Spamming"
}
}