Skip to content

Commit 4202e1c

Browse files
authored
Update content/client-server-api/modules/threading.md
1 parent ee1f672 commit 4202e1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/client-server-api/modules/threading.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ Threads are established using a `rel_type` of `m.thread` and reference the
1515
*thread root* (the main timeline event to which the thread events refer). It is not possible to create a thread from an event which itself
1616
is the child of an event relationship (i.e., one with an `m.relates_to`
1717
property with a `rel_type` property - see [Relationship types](#relationship-types)).
18-
It is therefore also not possible to nest threads. All events in a
19-
thread reference the thread root instead of the most recent message, unlike rich
20-
reply chains.
18+
It is therefore also not possible to nest threads.
19+
20+
Unlike rich reply chains, all events in a thread reference the thread root
21+
instead of the most recent message.
2122

2223
As a worked example, the following represents a thread and how it would be formed:
2324

0 commit comments

Comments
 (0)