From 8958f8a7848a991c665b0695c5fd1ecb193d3f62 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 9 Aug 2023 00:38:02 +0100 Subject: [PATCH] 1.7 -> 1.8 Co-authored-by: Travis Ralston --- 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 a8fe6900..c482fbbc 100644 --- a/content/client-server-api/modules/report_content.md +++ b/content/client-server-api/modules/report_content.md @@ -19,6 +19,6 @@ This may be a dedicated room to alert server administrators to the reported content or some other mechanism for notifying the appropriate people. -{{< changed-in v="1.7" >}} The server MUST verify that the user +{{< changed-in v="1.8" >}} The server MUST verify that the user reporting the event is currently joined to the room the event is in before accepting a report. diff --git a/data/api/client-server/report_content.yaml b/data/api/client-server/report_content.yaml index 2e36704f..9241705a 100644 --- a/data/api/client-server/report_content.yaml +++ b/data/api/client-server/report_content.yaml @@ -67,7 +67,7 @@ paths: security: - accessToken: [] x-changedInMatrixVersion: - 1.7: | + 1.8: | This endpoint now requires the user to be joined to the room. responses: "200":