summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-10 14:41:00 +0100
committerErik Johnston <erik@matrix.org>2019-06-10 15:37:10 +0100
commit9bc7768ad37c7b3aaed154b4cc54d6fb5eabe596 (patch)
treeb0264463756c22a770c0ff6fd315eb36c946c9b8 /changelog.d
parentFix key verification when key stored with null valid_until_ms (diff)
downloadsynapse-9bc7768ad37c7b3aaed154b4cc54d6fb5eabe596.tar.xz
Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5415.bugfix1
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.