synapse/changelog.d/5244.misc
Richard van der Hoff 895b79ac2e 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.
2019-05-23 13:46:47 +01:00

2 lines
63 B
Plaintext

Refactor synapse.crypto.keyring to use a KeyFetcher interface.