Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Move and rename get_devices_with_keys_by_user #8204

Merged
merged 6 commits into from
Sep 1, 2020

Commits on Aug 28, 2020

  1. 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.
    richvdh committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    af75c08 View commit details
    Browse the repository at this point in the history
  2. Rename get_devices_with_keys_by_user

    to better reflect what it does.
    richvdh committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    80db26f View commit details
    Browse the repository at this point in the history
  3. 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`.
    richvdh committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    a39fe73 View commit details
    Browse the repository at this point in the history
  4. changelog

    richvdh committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    2969d1c View commit details
    Browse the repository at this point in the history
  5. Update synapse/storage/databases/main/end_to_end_keys.py

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    richvdh and clokep committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b48168c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    076b123 View commit details
    Browse the repository at this point in the history