Add formatting for code values.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
pull/1677/head
Andy Balaam 6 months ago committed by GitHub
parent 277f319211
commit ba4fd904b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save