From 414001a0441d92ae33f8d283f6f3ce016d4a01da Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 9 Sep 2024 08:15:52 +0200 Subject: [PATCH] Add added-in shortcode --- content/client-server-api/modules/report_content.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/client-server-api/modules/report_content.md b/content/client-server-api/modules/report_content.md index 5a2be7bbf..6489d8e5a 100644 --- a/content/client-server-api/modules/report_content.md +++ b/content/client-server-api/modules/report_content.md @@ -25,7 +25,7 @@ be legitimate. verify that the reporting user is currently joined to the room the event is in before accepting a report. -Contrarily, servers MUST NOT restrict room reports based on whether or not the -reporting user is joined to the room. This is because users can be exposed -to harmful content without being joined to a room, for instance, through -room directories. +{{< added-in v="1.12" >}} Contrarily, servers MUST NOT restrict room reports +based on whether or not the reporting user is joined to the room. This is +because users can be exposed to harmful content without being joined to a +room, for instance, through room directories.