dendrite/keyserver/storage/sqlite3
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
..
deltas Update database migrations, remove goose (#2264) 2022-07-25 10:39:22 +01:00
cross_signing_keys_table.go Cross-signing storage code (#1959) 2021-08-04 17:31:18 +01:00
cross_signing_sigs_table.go Fix slow querying of cross-signing signatures 2022-10-24 10:07:50 +01:00
device_keys_table.go Add test for QueryDeviceMessages (#2773) 2022-10-07 10:54:42 +02:00
key_changes_table.go Check unique constraint errors when manually inserting migrations (#2712) 2022-09-13 08:07:43 +02:00
one_time_keys_table.go Fix OTK upload spam (#2448) 2022-05-11 17:15:18 +01:00
stale_device_lists.go Cleanup stale device lists for users we don't share a room with anymore (#2857) 2022-12-12 08:20:59 +01:00
storage.go Update database migrations, remove goose (#2264) 2022-07-25 10:39:22 +01:00