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

pull/1687/head
Richard van der Hoff 7 months ago committed by GitHub
parent ee1f672578
commit 4202e1cfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,9 +15,10 @@ Threads are established using a `rel_type` of `m.thread` and reference the
*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 *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
is the child of an event relationship (i.e., one with an `m.relates_to` is the child of an event relationship (i.e., one with an `m.relates_to`
property with a `rel_type` property - see [Relationship types](#relationship-types)). property with a `rel_type` property - see [Relationship types](#relationship-types)).
It is therefore also not possible to nest threads. All events in a It is therefore also not possible to nest threads.
thread reference the thread root instead of the most recent message, unlike rich
reply chains. Unlike rich reply chains, all events in a thread reference the thread root
instead of the most recent message.
As a worked example, the following represents a thread and how it would be formed: As a worked example, the following represents a thread and how it would be formed:

Loading…
Cancel
Save