mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Enable room version 6 (#1087)
* Return bad request on CS API /send if bad JSON * Return some more M_BAD_JSON in the right places * nolint because damnit gocyclo all I added was a type check for an error * Update gomatrixserverlib * Update gomatrixserverlib * Update sytest-whitelist * Update gomatrixserverlib * Update sytest-whitelist * NotJSON -> BadJSON
This commit is contained in:
parent
e21d7d4baf
commit
8a6152ca70
8 changed files with 56 additions and 7 deletions
|
@ -301,3 +301,15 @@ 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
|
||||
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
|
||||
Invalid JSON floats
|
||||
Outbound federation will ignore a missing event with bad JSON for room version 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue