matrix-spec/data/event-schemas/examples/m.marked_unread.yaml
Johannes Marbach 877e037747 Spec for MSC2867 (Marking rooms as unread)
Relates to: matrix-org/matrix-spec-proposals#2867
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2024-07-01 20:31:27 +02:00

8 lines
100 B
YAML

{
"$ref": "core/event.json",
"type": "m.marked_unread",
"content": {
"unread": true
}
}