mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 22:14:10 +01:00
Line-wrap first paragraph, update link and parameters
This commit is contained in:
parent
43f8f68402
commit
d060142a8d
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue