From 98e581a58339776a49ea8f6882858f66017ae3a5 Mon Sep 17 00:00:00 2001 From: Cnly Date: Sat, 27 Jul 2019 19:32:23 +0800 Subject: [PATCH] Add newly passing tests from matrix-org/sytest 56de891 Signed-off-by: Alex Chen --- testfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testfile b/testfile index 4003638f1..2f9229e87 100644 --- a/testfile +++ b/testfile @@ -154,3 +154,5 @@ POST /login returns the same device_id as that in the request POST /createRoom with creation content User can create and send/receive messages in a room with version 1 POST /createRoom ignores attempts to set the room version via creation_content +Inbound federation rejects remote attempts to join local users to rooms +Inbound federation rejects remote attempts to kick local users to rooms