aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2022-10-14 09:14:54 +0200
committerGitHub <noreply@github.com>2022-10-14 09:14:54 +0200
commit088ad1dd21a06ad3c4ae2db2a73936ed3e0d809e (patch)
tree3f925ae199f2ebe60faf1836a4d85eddabb84a4c /sytest-whitelist
parentf3be4b31850add1a33c932aa3fa7b0bb740554f2 (diff)
Fix `outliers whose auth_events are in a different room are correctly rejected` (#2791)
Fixes `outliers whose auth_events are in a different room are correctly rejected`, by validating that auth events are all from the same room and not using rejected events for event auth.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist3
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index a3218ed7..2bd8b940 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -743,4 +743,5 @@ User joining then leaving public room appears and dissappears from directory
User in remote room doesn't appear in user directory after server left room
User in shared private room does appear in user directory until leave
Existing members see new member's presence
-Inbound federation can return missing events for joined visibility \ No newline at end of file
+Inbound federation can return missing events for joined visibility
+outliers whose auth_events are in a different room are correctly rejected \ No newline at end of file