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

Rename get_e2e_device_keys to better reflect its purpose #8205

Merged
merged 2 commits into from
Aug 28, 2020

Commits on Aug 28, 2020

  1. Rename get_e2e_device_keys to better reflect its name

    ... and to show that it does something slightly different to
    `_get_e2e_device_keys_txn`.
    
    `include_all_devices` and `include_deleted_devices` were never used (and
    `include_deleted_devices` was broken, since that would cause `None`s in the
    result which were not handled in the loop below.
    
    Add some typing too.
    richvdh committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    57eff9a View commit details
    Browse the repository at this point in the history
  2. fix missing import

    richvdh committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    161506d View commit details
    Browse the repository at this point in the history