diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-31 15:48:36 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-31 15:58:35 +0100 |
commit | 3600f5568b5f8c6902a0dbeeb349c1891f8114b9 (patch) | |
tree | 73fe52c7e72eb4d41d9a1ed6f2b712c58acd6462 /changelog.d | |
parent | Merge pull request #5300 from matrix-org/rav/server_keys/06-fix-serverkeys-ha... (diff) | |
download | synapse-3600f5568b5f8c6902a0dbeeb349c1891f8114b9.tar.xz |
Stop overwriting server keys with other keys
Fix a bug where we would discard a key result which the origin server is no longer returning. Fixes #5305.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5307.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5307.bugfix b/changelog.d/5307.bugfix new file mode 100644 index 0000000000..6b152f4854 --- /dev/null +++ b/changelog.d/5307.bugfix @@ -0,0 +1 @@ +Fix bug where a notary server would sometimes forget old keys. |