diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-04-08 23:51:52 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-04-08 23:59:07 +0100 |
commit | f50efcb65d794985185f5cc82c697673f50e4c47 (patch) | |
tree | 64c2cf87130581b15911b99d0ceaa56071263a31 /synapse/replication/slave | |
parent | Remove redundant merged_keys dict (diff) | |
download | synapse-f50efcb65d794985185f5cc82c697673f50e4c47.tar.xz |
Replace SlavedKeyStore with a shim
since we're pulling everything out of KeyStore anyway, we may as well simplify it.
Diffstat (limited to 'synapse/replication/slave')
-rw-r--r-- | synapse/replication/slave/storage/keys.py | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/synapse/replication/slave/storage/keys.py b/synapse/replication/slave/storage/keys.py |