From ba4fd904b9f95cf307fd1b10bceb1119550dbd98 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 27 Nov 2023 16:29:46 +0000 Subject: [PATCH] Add formatting for code values. Co-authored-by: Patrick Cloke --- content/client-server-api/modules/receipts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/receipts.md b/content/client-server-api/modules/receipts.md index fdd2def2..74e2f1c3 100644 --- a/content/client-server-api/modules/receipts.md +++ b/content/client-server-api/modules/receipts.md @@ -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.)