diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-06 12:00:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 12:00:01 +0100 |
commit | fa0b2bd28d9368e63ac4605ec823f0e6e8796eeb (patch) | |
tree | 294320141b315d21c4d7949f9849e75c78fa7bc0 /changelog.d | |
parent | Merge branch 'release-v1.13.0' into develop (diff) | |
parent | Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulk (diff) | |
download | synapse-fa0b2bd28d9368e63ac4605ec823f0e6e8796eeb.tar.xz |
Merge pull request #7428 from matrix-org/rav/cross_signing_keys_cache
Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulk
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7428.misc | 1 |
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`. |