Attempt to differentiate between m.room.redaction event PL and redact PL

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2020-10-14 22:44:13 -05:00
parent 4414d44f34
commit a82b657a0a
No known key found for this signature in database
GPG key ID: 37419210002890EF
2 changed files with 12 additions and 8 deletions

View file

@ -36,9 +36,12 @@ paths:
This cannot be undone.
Any user with a power level greater than or equal to the ``redact`` power level
of the room may redact events there. Additionally, server administrators may
redact messages sent by their server.
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.
Server administrators may redact events sent by users on their server.
operationId: redactEvent
security:
- accessToken: []