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

wrap _get_e2e_device_keys_and_signatures_txn in a non-txn method #8231

Merged
merged 3 commits into from
Sep 3, 2020

Commits on Sep 2, 2020

  1. wrap _get_e2e_device_keys_and_signatures_txn in a non-txn method

    We have three things which all call `_get_e2e_device_keys_and_signatures_txn`
    with their own `runInteraction`. Factor out the common code.
    richvdh committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2655d1b View commit details
    Browse the repository at this point in the history
  2. fix typo

    richvdh committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1ea500a View commit details
    Browse the repository at this point in the history
  3. Update synapse/storage/databases/main/end_to_end_keys.py

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