Till
7d2344049d
Cleanup stale device lists for users we don't share a room with anymore ( #2857 )
...
The stale device lists table might contain entries for users we don't
share a room with anymore. This now asks the roomserver about left users
and removes those entries from the table.
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-12-12 08:20:59 +01:00
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
Neil Alexander
c7d978274d
Try to fix HTTP 500s on /members
( #2581 )
2022-07-22 19:43:48 +01:00
Till
6db08b2874
Add roomserver tests (2/?) ( #2445 )
...
* Add invite table tests; move variable declarations
* Add Membership table tests
* Move variable declarations
* Add PrevEvents table tests
* Add Published table test
* Add Redactions tests
Fix bug in SQLite markRedactionValidatedSQL
* PR comments, better readability for invite tests
2022-05-10 14:41:12 +02:00