From d5e7eced62d46672298feb8f40d93e61b99970d2 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 11 Feb 2025 16:59:04 +0700 Subject: [PATCH 1/2] Move User Event Redaction Admin API version indicator Previously it was in the middle of the parameter explanation. --- docs/admin_api/user_admin_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 2742d2d2cd3..215ba6f0c42 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -1468,13 +1468,13 @@ The following JSON body parameter must be provided: - `rooms` - A list of rooms to redact the user's events in. If an empty list is provided all events in all rooms the user is a member of will be redacted -_Added in Synapse 1.116.0._ - The following JSON body parameters are optional: - `reason` - Reason the redaction is being requested, ie "spam", "abuse", etc. This will be included in each redaction event, and be visible to users. - `limit` - a limit on the number of the user's events to search for ones that can be redacted (events are redacted newest to oldest) in each room, defaults to 1000 if not provided +_Added in Synapse 1.116.0._ + ## Check the status of a redaction process From eb023b0f02d3269624aeeb8b67d0405f5d52d498 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 11 Feb 2025 17:00:16 +0700 Subject: [PATCH 2/2] newsfile --- changelog.d/18152.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/18152.doc diff --git a/changelog.d/18152.doc b/changelog.d/18152.doc new file mode 100644 index 00000000000..5a02f267516 --- /dev/null +++ b/changelog.d/18152.doc @@ -0,0 +1 @@ +Move incorrectly placed version indicator in User Event Redaction Admin API docs. \ No newline at end of file