0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-21 00:59:13 +02:00
dendrite/keyserver/storage/postgres
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
cross_signing_keys_table.go
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
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