diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-10 15:56:28 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-10 15:56:28 +0100 |
commit | 8da0d83a54a8ecd5509b7978a217e14475106d9a (patch) | |
tree | 721960919cc814dbf7609acb1a8435c4801d7b8e /changelog.d | |
parent | Improve startup checks for insecure notary configs (#5392) (diff) | |
parent | Newsfile (diff) | |
download | synapse-8da0d83a54a8ecd5509b7978a217e14475106d9a.tar.xz |
Merge branch 'erikj/fix_null_valid_until_ms' of github.com:matrix-org/synapse into release-v1.0.0
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5415.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5415.bugfix b/changelog.d/5415.bugfix new file mode 100644 index 0000000000..83629e193d --- /dev/null +++ b/changelog.d/5415.bugfix @@ -0,0 +1 @@ +Fix bug where old keys stored in the database with a null valid until timestamp caused all verification requests for that key to fail. |