diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-03 13:19:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 13:19:20 +0100 |
commit | 862b2f9ad583adaa509337b69f4b9cd0715100c2 (patch) | |
tree | 39ef92b1f0a61cf019d7fe60bac3aa0aeb8ae589 /changelog.d | |
parent | Unify v1 and v2 REST client APIs (#5226) (diff) | |
parent | Stop overwriting server keys with other keys (diff) | |
download | synapse-862b2f9ad583adaa509337b69f4b9cd0715100c2.tar.xz |
Merge pull request #5307 from matrix-org/rav/server_keys/07-fix-notary-cache-poison
Stop overwriting server keys with other keys
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. |