synapse/changelog.d/6747.bugfix

1 line
159 B
Text
Raw Normal View History

2020-01-20 14:11:42 +00:00
Fix infinite recursion and dictionary access bug when setting `account_validity` to an empty block in the homeserver config. Thanks to @Sorunome for reporting.