mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-15 08:35:58 +00:00
Aligns the config schema of `federation_domain_whitelist` more closely with its semantics and its actual implementation in Synapse. This is done by making it nullable. - all behavior of the option is now achievable by setting the config option to an actual value - aligned behavior of the property between unset and null - provide a definitive default value This also fixes the formatting problem with separating the paragraphs in the documentation.