diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-03 11:50:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 11:50:49 +0100 |
commit | 6f6f371a8731353dc1c3db1f20fc392f8b4e780d (patch) | |
tree | 8fd04052b94003b271c0c85ced1c04a3339e212f /changelog.d | |
parent | Add an overload for simple_select_one_onecol_txn. (#8235) (diff) | |
download | synapse-6f6f371a8731353dc1c3db1f20fc392f8b4e780d.tar.xz |
wrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231)
We have three things which all call `_get_e2e_device_keys_and_signatures_txn` with their own `runInteraction`. Factor out the common code.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8231.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8231.misc b/changelog.d/8231.misc new file mode 100644 index 0000000000..979c8b227b --- /dev/null +++ b/changelog.d/8231.misc @@ -0,0 +1 @@ +Refactor queries for device keys and cross-signatures. |