0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-09 03:11:55 +02:00
synapse/changelog.d/8515.misc
Jonathan de Jong 6b5a115c0a
Solidify the HomeServer constructor. (#8515)
This implements a more standard API for instantiating a homeserver and
moves some of the dependency injection into the test suite.

More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`.
2020-10-15 15:29:13 -04:00

1 line
111 B
Text

Apply some internal fixes to the `HomeServer` class to make its code more idiomatic and statically-verifiable.