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":