Skip to content

Commit

Permalink
Fix typo in `/_matrix/client/v3/rooms/{roomId}/redact/{eventId}/{txnI…
Browse files Browse the repository at this point in the history
…d}` (#2047)

Signed-off-by: Johannes Marbach <[email protected]>
  • Loading branch information
Johennes authored Jan 14, 2025
1 parent b9f46d1 commit 42364c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2047.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
4 changes: 2 additions & 2 deletions data/api/client-server/redaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42364c5

Please sign in to comment.