summary refs log tree commit diff
path: root/changelog.d/7428.misc
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-06 00:08:36 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-06 11:59:19 +0100
commit16b67c404d232bd133f03adc5e5eba60610f941f (patch)
tree32169b26dffce6fb2e8a6d0ee3467b47eef91a46 /changelog.d/7428.misc
parentFix batching for fetching cross-signing keys (diff)
downloadsynapse-16b67c404d232bd133f03adc5e5eba60610f941f.tar.xz
Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulk
... mostly because the latter has a cache.
Diffstat (limited to 'changelog.d/7428.misc')
-rw-r--r--changelog.d/7428.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7428.misc b/changelog.d/7428.misc
new file mode 100644
index 0000000000..db5ff76ded
--- /dev/null
+++ b/changelog.d/7428.misc
@@ -0,0 +1 @@
+Improve performance of `get_e2e_cross_signing_key`.