From 9ac831a8bf80ddf9e316018c3119f082f00f4b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 9 Dec 2024 15:37:45 +0100 Subject: [PATCH] Fix added-in Matrix spec version for report room endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- content/client-server-api/modules/report_content.md | 2 +- data/api/client-server/report_content.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/report_content.md b/content/client-server-api/modules/report_content.md index 651b0939..6f34e938 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. -{{% added-in v="1.12" %}} Contrarily, servers MUST NOT restrict room reports +{{% added-in v="1.13" %}} 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 or invites. diff --git a/data/api/client-server/report_content.yaml b/data/api/client-server/report_content.yaml index b8354090..654784ca 100644 --- a/data/api/client-server/report_content.yaml +++ b/data/api/client-server/report_content.yaml @@ -18,7 +18,7 @@ info: paths: "/rooms/{roomId}/report": post: - x-addedInMatrixVersion: "1.12" + x-addedInMatrixVersion: "1.13" summary: Report a room as inappropriate. description: |- Reports a room as inappropriate to the server, which may then notify