dendrite/roomserver/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 Fix upgrade appservices 2022-10-27 16:01:51 +02:00
event_json_table.go
event_state_keys_table.go
event_types_table.go
events_table.go Optimize history visibility checks (#2848) 2022-11-01 15:07:17 +00:00
invite_table.go
membership_table.go Cleanup stale device lists for users we don't share a room with anymore (#2857) 2022-12-12 08:20:59 +01:00
previous_events_table.go
published_table.go Add AS specific public room list endpoints (#2836) 2022-10-27 14:40:35 +02:00
redactions_table.go
room_aliases_table.go
rooms_table.go
state_block_table.go
state_snapshot_table.go
storage.go