mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 09:05:56 -05:00
a2f6d31a63
When a client asks for users whose devices have changed since a token we used to pull *all* users from the database since the token, which could easily be thousands of rows for old tokens. This PR changes this to only check for changes for users the client is actually interested in. Fixes #5553