diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-04-09 18:28:17 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-23 13:46:47 +0100 |
commit | 895b79ac2ece74500fb8a4ea158a6aec2adc0856 (patch) | |
tree | 1780b6648a67d59cf60604181be77dd4d49f0b3a /changelog.d | |
parent | Store key validity time in the storage layer (diff) | |
download | synapse-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.misc | 1 |
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. |