diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-04-20 16:55:24 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-04-20 16:55:24 +0100 |
commit | 2258387d393426922344213948c6d814de53f465 (patch) | |
tree | 9057a028bbc1ec42c2da144390f1637aef29e4c6 /sytest-whitelist | |
parent | 54e7ea41c688a0bcc89150c99045b2dcdf8d0b12 (diff) |
Update test list
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index aef18c51..979f12bf 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -312,10 +312,10 @@ Inbound federation can return events Inbound federation can return missing events for world_readable visibility Inbound federation can return missing events for invite visibility Inbound federation can get public room list -POST /rooms/:room_id/redact/:event_id as power user redacts message -POST /rooms/:room_id/redact/:event_id as original message sender redacts message -POST /rooms/:room_id/redact/:event_id as random user does not redact message -POST /redact disallows redaction of event in different room +PUT /rooms/:room_id/redact/:event_id/:txn_id as power user redacts message +PUT /rooms/:room_id/redact/:event_id/:txn_id as original message sender redacts message +PUT /rooms/:room_id/redact/:event_id/:txn_id as random user does not redact message +PUT /redact disallows redaction of event in different room An event which redacts itself should be ignored A pair of events which redact each other should be ignored Redaction of a redaction redacts the redaction reason |