From 979d7d14501440b31668a0b425c4a143b3943416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 4 Sep 2024 14:32:21 +0200 Subject: [PATCH] Add `added-in` shortcode for unread markers section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems like it was forgotten in the spec PR. Signed-off-by: Kévin Commaille --- content/client-server-api/modules/read_markers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/client-server-api/modules/read_markers.md b/content/client-server-api/modules/read_markers.md index 55e73dd5..830a441f 100644 --- a/content/client-server-api/modules/read_markers.md +++ b/content/client-server-api/modules/read_markers.md @@ -57,6 +57,8 @@ applicable filters are also satisfied. #### Unread markers +{{% added-in v="1.12" %}} + Clients may use "unread markers" to allow users to label rooms for later attention irrespective of [read receipts](#receipts) or [fully read markers](#fully-read-markers).