summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-09-02 15:53:26 +0100
committerGitHub <noreply@github.com>2020-09-02 15:53:26 +0100
commit0d4f614fdae1221bd1833d9cdeb5adc3850d3af9 (patch)
tree5e1f2cd2e2a5e20eb6608f297d9a8437c3619f10 /changelog.d
parentAdd experimental support for sharding event persister. (#8170) (diff)
downloadsynapse-0d4f614fdae1221bd1833d9cdeb5adc3850d3af9.tar.xz
Refactor `_get_e2e_device_keys_for_federation_query_txn` (#8225)
We can use the existing `_get_e2e_device_keys_and_signatures_txn` instead of
creating our own txn function
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8225.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8225.misc b/changelog.d/8225.misc
new file mode 100644
index 0000000000..979c8b227b
--- /dev/null
+++ b/changelog.d/8225.misc
@@ -0,0 +1 @@
+Refactor queries for device keys and cross-signatures.