synapse/changelog.d/9815.misc
Richard van der Hoff 5a153772c1
remove HomeServer.get_config (#9815)
Every single time I want to access the config object, I have to remember
whether or not we use `get_config`. Let's just get rid of it.
2021-04-14 19:09:08 +01:00

2 lines
58 B
Plaintext

Replace `HomeServer.get_config()` with inline references.