Skip to content
Snippets Groups Projects
  1. Sep 01, 2020
    • Patrick Cloke's avatar
      Do not install setuptools 50.0. (#8212) · 318245ea
      Patrick Cloke authored
      This is due to compatibility issues with old Python versions.
      318245ea
    • Richard van der Hoff's avatar
      Move and rename `get_devices_with_keys_by_user` (#8204) · aa07c37c
      Richard van der Hoff authored
      * Move `get_devices_with_keys_by_user` to `EndToEndKeyWorkerStore`
      
      this seems a better fit for it.
      
      This commit simply moves the existing code: no other changes at all.
      
      * Rename `get_devices_with_keys_by_user`
      
      to better reflect what it does.
      
      * get_device_stream_token abstract method
      
      To avoid referencing fields which are declared in the derived classes, make
      `get_device_stream_token` abstract, and define that in the classes which define
      `_device_list_id_gen`.
      aa07c37c
  2. Aug 28, 2020
  3. Aug 27, 2020
  4. Aug 26, 2020
  5. Aug 25, 2020
Loading