Line-wrap first paragraph, update link and parameters

This commit is contained in:
Johannes Marbach 2025-03-20 10:36:27 +01:00
parent 43f8f68402
commit d060142a8d

View file

@ -2,7 +2,12 @@
allOf: allOf:
- $ref: core-event-schema/state_event.yaml - $ref: core-event-schema/state_event.yaml
description: |- description: |-
A topic is a short message detailing what is currently being discussed in the room. It can also be used as a way to display extra information about the room, which may not be suitable for the room name. The room topic can also be set when creating a room using `/createRoom` with the `topic` key. A topic is a short message detailing what is currently being discussed
in the room. It can also be used as a way to display extra information
about the room, which may not be suitable for the room name. The room
topic can be set when creating a room using
[`/createRoom`](client-server-api/#post_matrixclientv3createroom), either
with the `topic` key or by specifying a full event in `initial_state`.
In order to prevent formatting abuse in room topics, clients SHOULD In order to prevent formatting abuse in room topics, clients SHOULD
limit the length of topics during both entry and display, for instance, limit the length of topics during both entry and display, for instance,