From 884b1fa577f987259e503f06038a61c18a63820c Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Mon, 24 Oct 2022 09:25:44 +0200 Subject: [PATCH] Add passing tests --- sytest-whitelist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sytest-whitelist b/sytest-whitelist index 1387838f7..e92ae6495 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -752,4 +752,6 @@ When user joins a room the state is included in the next sync When user joins a room the state is included in a gapped sync Messages that notify from another user increment notification_count Messages that highlight from another user increment unread highlight count -Notifications can be viewed with GET /notifications \ No newline at end of file +Notifications can be viewed with GET /notifications +Can get rooms/{roomId}/messages for a departed room (SPEC-216) +Local device key changes appear in /keys/changes \ No newline at end of file