mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 11:33:42 +01:00
Don't use semantically different texts for different mimetypes in the topic example
This commit is contained in:
parent
9ca647f5ee
commit
43f8f68402
|
|
@ -6,11 +6,11 @@
|
||||||
"m.topic": {
|
"m.topic": {
|
||||||
"m.text": [ {
|
"m.text": [ {
|
||||||
"mimetype": "text/html",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue