mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
Update sytest-whitelist
This commit is contained in:
parent
736cf54bb7
commit
270c07fef7
|
|
@ -301,3 +301,13 @@ Can send messages with a wildcard device id to two devices
|
||||||
Wildcard device messages wake up /sync
|
Wildcard device messages wake up /sync
|
||||||
# TODO: separate PR for: Wildcard device messages over federation wake up /sync
|
# TODO: separate PR for: Wildcard device messages over federation wake up /sync
|
||||||
Can send a to-device message to two users which both receive it using /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
|
||||||
|
User can invite local user to room with version 6
|
||||||
|
remote user can join room with version 6
|
||||||
|
User can invite remote user to room with version 6
|
||||||
|
Remote user can backfill in a room with version 6
|
||||||
|
Inbound: send_join rejects invalid JSON for room version 6
|
||||||
|
Outbound federation rejects backfill containing invalid JSON for events in room version 6
|
||||||
|
Invalid JSON integers
|
||||||
|
Invalid JSON special values
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue