matrix-spec/data/event-schemas/examples/m.room.topic.yaml
Johannes Marbach a20ff4a09a MSC3765: Rich text in room topics
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2025-03-14 10:02:47 +01:00

17 lines
312 B
YAML

{
"$ref": "core/state_event.json",
"type": "m.room.topic",
"state_key": "",
"content": {
"m.topic": {
"m.text": [ {
"mimetype": "text/html",
"body": "An <em>html</em> topic"
}, {
"body": "A plain text topic"
}]
},
"topic": "A plain text topic"
}
}