From 394ea6b60ff44f6d04f1fef6dcc9eb883ae9dfd5 Mon Sep 17 00:00:00 2001 From: Piotr Kozimor Date: Thu, 16 Dec 2021 15:42:55 +0100 Subject: [PATCH] Add next 12 newly passing 61push tests to whitelist --- sytest-whitelist | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sytest-whitelist b/sytest-whitelist index fde1ab751..d4f93ec30 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -630,4 +630,16 @@ Trying to get push rules with template without tailing slash fails with 400 Trying to get push rules with unknown scope fails with 400 Trying to get push rules with unknown template fails with 400 Trying to get push rules with unknown attribute fails with 400 -Getting push rules doesn't corrupt the cache SYN-390 \ No newline at end of file +Getting push rules doesn't corrupt the cache SYN-390 +Test that a message is pushed +Invites are pushed +Rooms with names are correctly named in pushes +Rooms with canonical alias are correctly named in pushed +Rooms with many users are correctly pushed +Don't get pushed for rooms you've muted +Rejected events are not pushed +Test that rejected pushers are removed. +Notifications can be viewed with GET /notifications +Trying to add push rule with no scope fails with 400 +Trying to add push rule with invalid scope fails with 400 +Messages that highlight from another user increment unread highlight count \ No newline at end of file