matrix-spec/data/event-schemas/examples/m.marked_unread.yaml
Johannes Marbach cbe8092d8a
Spec for MSC2867 (Marking rooms as unread) (#1895)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2024-07-15 14:38:57 +01:00

8 lines
100 B
YAML

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