synapse/synapse/replication
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
..
http Use direct references for configuration variables (part 5). (#10897) 2021-09-24 07:25:21 -04:00
slave Remove the unused public_room_list_stream (#10565) 2021-08-17 14:02:50 +01:00
tcp Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00