mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Add next 12 newly passing 61push tests to whitelist
This commit is contained in:
parent
da437f0fc0
commit
394ea6b60f
|
|
@ -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 scope fails with 400
|
||||||
Trying to get push rules with unknown template 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
|
Trying to get push rules with unknown attribute fails with 400
|
||||||
Getting push rules doesn't corrupt the cache SYN-390
|
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
|
||||||
Loading…
Reference in a new issue