0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-19 01:18:57 +02:00
dendrite/syncapi/internal
Till baf118b08c
Add Sytest/Complement coverage to scheduled runs (#2962)
This adds Sytest and Complement coverage reporting to the nightly
scheduled CI runs.

Fixes a few API mode related issues as well, since we seemingly never
really ran them with Complement.

Also fixes a bug related to device list changes: When we pass in an
empty `newlyLeftRooms` slice, we got a list of all currently joined
rooms with the corresponding members. When we then got the
`newlyJoinedRooms`, we wouldn't update the `changed` slice, because we
already got the user from the `newlyLeftRooms` query. This is fixed by
simply ignoring empty `newlyLeftRooms`.
2023-02-03 13:42:35 +01:00
..
history_visibility.go Move /event to the SyncAPI (#2782) 2022-10-10 12:19:16 +02:00
keychange.go Add Sytest/Complement coverage to scheduled runs (#2962) 2023-02-03 13:42:35 +01:00
keychange_test.go Remove empty fields from /sync response (#2755) 2022-10-05 13:47:13 +01:00