diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-06-09 18:38:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 18:38:07 +0200 |
commit | 660f7839f52f319a205dc61b96e43c730e5cb91a (patch) | |
tree | 9d29e228927d5d730c7ab2f4bb7ac653c57d1f25 /sytest-whitelist | |
parent | 83797573be87616bea0644918b82e2b20e8b78ca (diff) |
Correctly redact events over federation (#2526)
* Ensure we check powerlevel/origin before redacting an event
* Add passing test
* Use pl.UserLevel
* Make check more readable, also check for the sender
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 21bbc396..60a3b73f 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -720,3 +720,4 @@ registration is idempotent, with username specified Setting state twice is idempotent Joining room twice is idempotent Inbound federation can return missing events for shared visibility +Inbound federation ignores redactions from invalid servers room > v3
\ No newline at end of file |