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:
parent
4414d44f34
commit
a82b657a0a
2 changed files with 12 additions and 8 deletions
|
@ -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: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue