mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-22 19:24:10 +01:00
Fix typo in /_matrix/client/v3/rooms/{roomId}/redact/{eventId}/{txnId}
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
6f1e64cb12
commit
02686b7a58
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue