diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-04-26 10:28:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 10:28:41 +0200 |
commit | feac9db43fc459f1efa10424dfc96f8d54b55c64 (patch) | |
tree | 7773dd81cdc38d77c34bd856a05210cc0df9e356 /sytest-whitelist | |
parent | 7df5d69a5b606e226c5d83c23aa9dd90785c0b2d (diff) |
Add transactionsCache to redact endpoint (#2375)
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 5d67aee6..91304bd7 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -713,4 +713,5 @@ Presence can be set from sync /state returns M_NOT_FOUND for a rejected message event /state_ids returns M_NOT_FOUND for a rejected message event /state returns M_NOT_FOUND for a rejected state event -/state_ids returns M_NOT_FOUND for a rejected state event
\ No newline at end of file +/state_ids returns M_NOT_FOUND for a rejected state event +PUT /rooms/:room_id/redact/:event_id/:txn_id is idempotent
\ No newline at end of file |