Fix typo in /_matrix/client/v3/rooms/{roomId}/redact/{eventId}/{txnId} (#2047)

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2025-01-14 19:52:56 +01:00 committed by GitHub
parent b9f46d1d85
commit 42364c5155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -27,8 +27,8 @@ paths:
Any user with a power level greater than or equal to the `m.room.redaction` 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 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 level is also greater than or equal to the `redact` power level of the room,
of the room, the user may redact events sent by other users. the user may redact events sent by other users.
Server administrators may redact events sent by users on their server. Server administrators may redact events sent by users on their server.
operationId: redactEvent operationId: redactEvent