Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that threads can be created based on replies #1687

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify that threads can be created based on replies.
8 changes: 5 additions & 3 deletions content/client-server-api/modules/threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ history behind a disclosure.
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
is the child of an event relationship (i.e., one with an `m.relates_to`
property). It is therefore also not possible to nest threads. All events in a
thread reference the thread root instead of the most recent message, unlike rich
reply chains.
property with a `rel_type` property - see [Relationship types](#relationship-types)).
It is therefore also not possible to nest threads.

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:

Expand Down
Loading