diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-10 18:33:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-10 18:33:55 +0100 |
commit | abce00fc6a722884d68aa56081b0e86a3c667b00 (patch) | |
tree | 8a116e98cc94acb1e0393f0ecd8d63ca2c6893f7 /changelog.d | |
parent | Merge pull request #5415 from matrix-org/erikj/fix_null_valid_until_ms (diff) | |
parent | 1.0.0rc2 (diff) | |
download | synapse-abce00fc6a722884d68aa56081b0e86a3c667b00.tar.xz |
Merge branch 'release-v1.0.0' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5415.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/5415.bugfix b/changelog.d/5415.bugfix deleted file mode 100644 index 83629e193d..0000000000 --- a/changelog.d/5415.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug where old keys stored in the database with a null valid until timestamp caused all verification requests for that key to fail. |