mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
17 lines
338 B
YAML
17 lines
338 B
YAML
{
|
|
"$ref": "core/state_event.json",
|
|
"type": "m.room.topic",
|
|
"state_key": "",
|
|
"content": {
|
|
"m.topic": {
|
|
"m.text": [ {
|
|
"mimetype": "text/html",
|
|
"body": "An <em>interesting</em> room topic"
|
|
}, {
|
|
"body": "An interesting room topic"
|
|
}]
|
|
},
|
|
"topic": "An interesting room topic"
|
|
}
|
|
}
|