Don't use semantically different texts for different mimetypes in the topic example

This commit is contained in:
Johannes Marbach 2025-03-20 10:29:26 +01:00
parent 9ca647f5ee
commit 43f8f68402

View file

@ -6,11 +6,11 @@
"m.topic": {
"m.text": [ {
"mimetype": "text/html",
"body": "An <em>html</em> topic"
"body": "An <em>interesting</em> room topic"
}, {
"body": "A plain text topic"
"body": "An interesting room topic"
}]
},
"topic": "A plain text topic"
"topic": "An interesting room topic"
}
}