0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-18 22:39:01 +02:00
synapse/changelog.d/6747.bugfix

1 line
159 B
Text
Raw Normal View History

2020-01-20 15:11:42 +01: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.