diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-07-14 12:33:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 12:33:37 +0100 |
commit | 72b31607766f46c473cda2e23c7d4b0af2ba6dcd (patch) | |
tree | f239ad939db28ae21f04c579c20352f0160f72f0 /sytest-whitelist | |
parent | 5355c289b9853df5c15f844b1f1e68daf1879edf (diff) |
Send-to-device messages over federation (#1198)
* Initial work to send send-to-device messages over federation
* Wire up send-to-device consumer, message formatting
* Generate random message ID
* Review comments, update sytest whitelist
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 2d606140..ad7a67f6 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -316,12 +316,12 @@ Can recv a device message using /sync Can recv device messages until they are acknowledged Device messages with the same txn_id are deduplicated Device messages wake up /sync -# TODO: separate PR for: Can recv device messages over federation -# TODO: separate PR for: Device messages over federation wake up /sync +Can recv device messages over federation +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 -# TODO: separate PR for: Wildcard device messages over federation wake up /sync +Wildcard device messages over federation wake up /sync Can send a to-device message to two users which both receive it using /sync User can create and send/receive messages in a room with version 6 local user can join room with version 6 |