0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-02 07:55:28 +02:00
synapse/changelog.d/10985.misc
Patrick Cloke f4b1a9a527
Require direct references to configuration variables. (#10985)
This removes the magic allowing accessing configurable
variables directly from the config object. It is now required
that a specific configuration class is used (e.g. `config.foo`
must be replaced with `config.server.foo`).
2021-10-06 10:47:41 -04:00

1 line
39 B
Text

Use direct references to config flags.