aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorPestdoktor <jonas@fentker.eu>2020-10-09 10:15:51 +0200
committerGitHub <noreply@github.com>2020-10-09 09:15:51 +0100
commitc4c8bfd0270f3d7009f0fb7c953a26e2cb65442d (patch)
tree133be1e4a7a76648c3a00bc9334de0ee23ec1b54 /sytest-whitelist
parentf3e8ae01efb0abd0904509ddaa2ae85017ca4aa5 (diff)
reject invalid UTF-8 (#1472)
* reject invalid UTF-8 Signed-off-by: Jonas Fentker <jonas@fentker.eu> * update sytest-whitelist Signed-off-by: Jonas Fentker <jonas@fentker.eu> Co-authored-by: Kegsay <kegan@matrix.org>
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 420acb22..099fc6cb 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -477,5 +477,6 @@ Inbound federation rejects invite rejections which include invalid JSON for room
GET /capabilities is present and well formed for registered user
m.room.history_visibility == "joined" allows/forbids appropriately for Guest users
m.room.history_visibility == "joined" allows/forbids appropriately for Real users
+POST rejects invalid utf-8 in JSON
Users cannot kick users who have already left a room
A prev_batch token from incremental sync can be used in the v1 messages API