summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-04-09 18:28:17 +0100
committerRichard van der Hoff <richard@matrix.org>2019-05-23 13:46:47 +0100
commit895b79ac2ece74500fb8a4ea158a6aec2adc0856 (patch)
tree1780b6648a67d59cf60604181be77dd4d49f0b3a /changelog.d
parentStore key validity time in the storage layer (diff)
downloadsynapse-895b79ac2ece74500fb8a4ea158a6aec2adc0856.tar.xz
Factor out KeyFetchers from KeyRing
Rather than have three methods which have to have the same interface,
factor out a separate interface which is provided by three implementations.

I find it easier to grok the code this way.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5244.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5244.misc b/changelog.d/5244.misc
new file mode 100644
index 0000000000..9cc1fb869d
--- /dev/null
+++ b/changelog.d/5244.misc
@@ -0,0 +1 @@
+Refactor synapse.crypto.keyring to use a KeyFetcher interface.