2015-05-18 17:52:03 +02:00
|
|
|
{
|
2018-08-25 01:59:48 +02:00
|
|
|
"$ref": "core/state_event.json",
|
|
|
|
|
"type": "m.room.topic",
|
|
|
|
|
"state_key": "",
|
2015-05-18 17:52:03 +02:00
|
|
|
"content": {
|
2025-03-14 10:02:47 +01:00
|
|
|
"m.topic": {
|
|
|
|
|
"m.text": [ {
|
|
|
|
|
"mimetype": "text/html",
|
2025-03-20 10:29:26 +01:00
|
|
|
"body": "An <em>interesting</em> room topic"
|
2025-03-14 10:02:47 +01:00
|
|
|
}, {
|
2025-03-20 10:29:26 +01:00
|
|
|
"body": "An interesting room topic"
|
2025-03-14 10:02:47 +01:00
|
|
|
}]
|
|
|
|
|
},
|
2025-03-20 10:29:26 +01:00
|
|
|
"topic": "An interesting room topic"
|
2018-08-25 01:59:48 +02:00
|
|
|
}
|
2015-05-18 17:52:03 +02:00
|
|
|
}
|