forked-synapse/synapse/storage/schema/main/delta/73
Erik Johnston 4b17a5ace8
Handle remote device list updates during partial join (#13913)
c.f. #12993 (comment), point 3

This stores all device list updates that we receive while partial joins are ongoing, and processes them once we have the full state.

Note: We don't actually process the device lists in the same ways as if we weren't partially joined. Instead of updating the device list remote cache, we simply notify local users that a change in the remote user's devices has happened. I think this is safe as if the local user requests the keys for the remote user and we don't have them we'll simply fetch them as normal.
2022-09-28 13:42:43 +00:00
..
01event_failed_pull_attempts.sql Keep track when we try and fail to process a pulled event (#13589) 2022-09-14 13:57:50 -05:00
02add_pusher_enabled.sql Support enabling/disabling pushers (from MSC3881) (#13799) 2022-09-21 14:39:01 +00:00
02room_id_indexes_for_purging.sql Add support to purge rows from MSC2716 and other tables when purging a room (#13825) 2022-09-16 10:56:56 -05:00
03pusher_device_id.sql Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
04partial_join_details.sql Add new columns tracking when we partial-joined (#13892) 2022-09-27 17:26:35 +01:00
04pending_device_list_updates.sql Handle remote device list updates during partial join (#13913) 2022-09-28 13:42:43 +00:00