summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-01-20 15:58:44 +0000
committerGitHub <noreply@github.com>2020-01-20 15:58:44 +0000
commit351fdfede6e9582f7c365d41c684b9d60b6c98c2 (patch)
treec4aa04ae187d9b598343439d1e1c3a97c40bf588
parentAdd changelog (diff)
downloadsynapse-351fdfede6e9582f7c365d41c684b9d60b6c98c2.tar.xz
Update changelog.d/6747.bugfix
Co-Authored-By: Erik Johnston <erik@matrix.org>
-rw-r--r--changelog.d/6747.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/6747.bugfix b/changelog.d/6747.bugfix
index cb088873e5..c98107e741 100644
--- a/changelog.d/6747.bugfix
+++ b/changelog.d/6747.bugfix
@@ -1 +1 @@
-Fix infinite recursion and dictionary access bug when setting `account_validity` to an empty block in the homeserver config. Thanks to @Sorunome for reporting.
\ No newline at end of file
+Fix bug when setting `account_validity` to an empty block in the config. Thanks to @Sorunome for reporting.