0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-08-04 03:04:50 +02:00
dendrite/syncapi/consumers
Neil Alexander c85bc3434f
Optimise QuerySharedUsers so that we can only work on local users (#2766)
Otherwise the sync API key change consumer wastes a lot of time trying
to wake up the notifiers for non-local users.
2022-10-05 12:47:53 +01:00
..
clientapi.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
keychange.go Optimise QuerySharedUsers so that we can only work on local users (#2766) 2022-10-05 12:47:53 +01:00
presence.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
receipts.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
roomserver.go Fix broken /sync due to transaction error 2022-09-30 16:07:18 +01:00
sendtodevice.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
typing.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
userapi.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00