Add all send-to-device tests to whitelist, what could possibly go wrong?

This commit is contained in:
Neil Alexander 2020-05-29 17:04:06 +01:00
parent 4664f02b4d
commit aba631d86c

View file

@ -289,10 +289,14 @@ Existing members see new members' join events
Inbound federation can receive events Inbound federation can receive events
Inbound federation can receive redacted events Inbound federation can receive redacted events
Can logout current device Can logout current device
Can send a message directly to a device using PUT /sendToDevice Can send a message directly to a device using PUT /sendToDevice
Can recv a device message using /sync Can recv a device message using /sync
Can send a to-device message to two users which both receive it using /sync Can recv device messages until they are acknowledged
Can recv device messages until they are acknowledged Device messages with the same txn_id are deduplicated
Device messages wake up /sync Device messages wake up /sync
Device messages over federation wake up /sync Can recv device messages over federation
Wildcard device messages wake up /sync Device messages over federation wake up /sync
Can send messages with a wildcard device id
Can send messages with a wildcard device id to two devices
Wildcard device messages wake up /sync
Wildcard device messages over federation wake up /sync