aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorKegsay <kegan@matrix.org>2020-07-27 09:20:09 +0100
committerGitHub <noreply@github.com>2020-07-27 09:20:09 +0100
commitc8d476a3cca2fe0850373c0276144eea65d0a219 (patch)
treeb1756f28c14481a90c7e03039a0cff079e4ddaff /sytest-whitelist
parent61963a74ae84df94238cf384419acf4d59c311c1 (diff)
Return HTTP errors when trying to kick invalid users (#1221)
Room integrity was never compromised as GMSL does auth checks, but we would incorrectly 200 OK the request instead of 403ing.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index 5bf6d68b..234eae39 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -413,3 +413,5 @@ A full_state incremental update returns only recent timeline
A prev_batch token can be used in the v1 messages API
We don't send redundant membership state across incremental syncs by default
Typing notifications don't leak
+Users cannot kick users from a room they are not in
+Users cannot kick users who have already left a room