matrix-commander/event-templates/template-msc2677-react.json

12 lines
413 B
JSON

{
"__comment__": "event template for MSC2677, annotations and reactions",
"__documentation__": "see https://github.com/uhoreg/matrix-doc/blob/aggregations-reactions/proposals/2677-reactions.md and https://github.com/matrix-org/matrix-spec-proposals/pull/2677",
"type": "m.reaction",
"content": {
"m.relates_to": {
"rel_type": "m.annotation",
"event_id": "%s",
"key": "%s"
}
}
}