summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-01-20 16:21:59 +0000
committerGitHub <noreply@github.com>2020-01-20 16:21:59 +0000
commite9e066055fca9800fec9d8d4beb490192f80f586 (patch)
treec4aa04ae187d9b598343439d1e1c3a97c40bf588 /changelog.d
parentRevert "Newsfile" (diff)
parentUpdate changelog.d/6747.bugfix (diff)
downloadsynapse-e9e066055fca9800fec9d8d4beb490192f80f586.tar.xz
Fix empty account_validity config block (#6747)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6747.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6747.bugfix b/changelog.d/6747.bugfix
new file mode 100644
index 0000000000..c98107e741
--- /dev/null
+++ b/changelog.d/6747.bugfix
@@ -0,0 +1 @@
+Fix bug when setting `account_validity` to an empty block in the config. Thanks to @Sorunome for reporting.