File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/client-server-api/modules Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ Threads are established using a `rel_type` of `m.thread` and reference the
15
15
* 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
16
16
is the child of an event relationship (i.e., one with an ` m.relates_to `
17
17
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.
21
22
22
23
As a worked example, the following represents a thread and how it would be formed:
23
24
You can’t perform that action at this time.
0 commit comments