From 39e677cbc37bd7d97f8e4962e54d4ef3e3e3bad3 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Thu, 11 Jul 2019 02:21:57 +0800 Subject: [PATCH] Add Can get rooms/{roomId}/state for a departed room (SPEC-216) to testfile Signed-off-by: Alex Chen --- testfile | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile b/testfile index 362df451..35c341a2 100644 --- a/testfile +++ b/testfile @@ -143,3 +143,4 @@ Events come down the correct room local user can join room with version 5 User can invite local user to room with version 5 Inbound federation can receive room-join requests +Can get rooms/{roomId}/state for a departed room (SPEC-216)