diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-01-20 15:58:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 15:58:44 +0000 |
commit | 351fdfede6e9582f7c365d41c684b9d60b6c98c2 (patch) | |
tree | c4aa04ae187d9b598343439d1e1c3a97c40bf588 /changelog.d | |
parent | Add changelog (diff) | |
download | synapse-351fdfede6e9582f7c365d41c684b9d60b6c98c2.tar.xz |
Update changelog.d/6747.bugfix
Co-Authored-By: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6747.bugfix | 2 |
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. |