From 42364c5155dd9f400ee3a585f41e02b885e35756 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 14 Jan 2025 19:52:56 +0100 Subject: [PATCH] Fix typo in `/_matrix/client/v3/rooms/{roomId}/redact/{eventId}/{txnId}` (#2047) Signed-off-by: Johannes Marbach --- changelogs/client_server/newsfragments/2047.clarification | 1 + data/api/client-server/redaction.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/client_server/newsfragments/2047.clarification diff --git a/changelogs/client_server/newsfragments/2047.clarification b/changelogs/client_server/newsfragments/2047.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2047.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/data/api/client-server/redaction.yaml b/data/api/client-server/redaction.yaml index a61f01c4..26e0c8a2 100644 --- a/data/api/client-server/redaction.yaml +++ b/data/api/client-server/redaction.yaml @@ -27,8 +27,8 @@ paths: Any user with a power level greater than or equal to the `m.room.redaction` event power level may send redaction events in the room. If the user's power - level greater is also greater than or equal to the `redact` power level - of the room, the user may redact events sent by other users. + level is also greater than or equal to the `redact` power level of the room, + the user may redact events sent by other users. Server administrators may redact events sent by users on their server. operationId: redactEvent