mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 23:24:09 +02:00
Add formatting for code values.
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
This commit is contained in:
parent
277f319211
commit
ba4fd904b9
|
|
@ -139,8 +139,8 @@ Threading introduces a concept of multiple conversations being held in the same
|
|||
room and thus deserve their own read receipts and notification counts. An event is
|
||||
considered to be "in a thread" if:
|
||||
|
||||
* It has a rel_type of m.thread, or
|
||||
* It has a parent event with this rel_type, or a parent of a parent, or further
|
||||
* It has a `rel_type` of `m.thread`, or
|
||||
* It has a parent event with this `rel_type`, or a parent of a parent, or further
|
||||
up the chain of relations. (Implementations should not recurse to arbitrary
|
||||
depth: a maximum of 3 hops is recommended to cover indirect relationships.)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue