Skip to content
Snippets Groups Projects
  1. Jun 26, 2019
    • Erik Johnston's avatar
      Refactor get_user_ids_changed to pull less from DB · a2f6d31a
      Erik Johnston authored
      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
      a2f6d31a
  2. Jun 25, 2019
  3. Jun 24, 2019
  4. Jun 22, 2019
  5. Jun 21, 2019
Loading