aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-09-24 16:18:13 +0100
committerGitHub <noreply@github.com>2020-09-24 16:18:13 +0100
commit3013ade84f65f7d255523d0beb7b721804c12ced (patch)
treeee4a3f2f4e2a6c76b7e92cd658a94894c98932c6 /sytest-whitelist
parenta6700331cee70a3ca04c834efdc68cc2ef63947d (diff)
Reject make_join for empty rooms (#1439)
* Sanity-check room version on RS event input * Update gomatrixserverlib * Reject make_join when no room members are left * Revert some changes from wrong branch * Distinguish between room not existing and room being abandoned on this server * nolint
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index 84706b6c..f609dd6a 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -477,3 +477,4 @@ Inbound federation correctly soft fails events
Inbound federation accepts a second soft-failed event
Federation key API can act as a notary server via a POST request
Federation key API can act as a notary server via a GET request
+Inbound /make_join rejects attempts to join rooms where all users have left