1
0
Files
synapse/synapse
Andrew Morgan 047db4da1c Use get_users_whose_devices_changed to pull device list changes for given AS
When a new device list change occurs, we're now:

1. For each appservice, checking the last device list stream key that was
   processed up until.
2. Getting any users with changed device list between the last device list
   stream key and the stream key of the triggering update.
3. Filtering out those users based on those that are actually relevant
   to this application service.
4. Passing those changes to enqueue_for_appservice and saving the device list
   stream key that we've just processed up to for later reference.
2022-03-10 15:50:58 +00:00
..
2022-03-02 10:45:16 +00:00