From 43f8f6840292b2b64bf563ba36ce154ea2499b2f Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 20 Mar 2025 10:29:26 +0100 Subject: [PATCH] Don't use semantically different texts for different mimetypes in the topic example --- data/event-schemas/examples/m.room.topic.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/event-schemas/examples/m.room.topic.yaml b/data/event-schemas/examples/m.room.topic.yaml index f673e00c..993145a6 100644 --- a/data/event-schemas/examples/m.room.topic.yaml +++ b/data/event-schemas/examples/m.room.topic.yaml @@ -6,11 +6,11 @@ "m.topic": { "m.text": [ { "mimetype": "text/html", - "body": "An html topic" + "body": "An interesting room topic" }, { - "body": "A plain text topic" + "body": "An interesting room topic" }] }, - "topic": "A plain text topic" + "topic": "An interesting room topic" } }