Add formatting for code values.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
This commit is contained in:
Andy Balaam 2023-11-27 16:29:46 +00:00 committed by GitHub
parent 277f319211
commit ba4fd904b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 room and thus deserve their own read receipts and notification counts. An event is
considered to be "in a thread" if: considered to be "in a thread" if:
* It has a rel_type of m.thread, or * 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 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 up the chain of relations. (Implementations should not recurse to arbitrary
depth: a maximum of 3 hops is recommended to cover indirect relationships.) depth: a maximum of 3 hops is recommended to cover indirect relationships.)