Spec annotations (#1475)
This commit is contained in:
parent
a225025cab
commit
715f6a301d
7 changed files with 180 additions and 0 deletions
11
data/event-schemas/examples/m.reaction.yaml
Normal file
11
data/event-schemas/examples/m.reaction.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$ref": "core/room_event.json",
|
||||
"type": "m.reaction",
|
||||
"content": {
|
||||
"m.relates_to": {
|
||||
"rel_type": "m.annotation",
|
||||
"event_id": "$some_event_id",
|
||||
"key": "👍"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue