MatrixSynapse/synapse/storage
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
..
databases Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
engines
schema Drop backwards-compatibility support for "outlier" (#10903) 2021-09-28 15:25:36 +01:00
util
__init__.py
_base.py
background_updates.py
database.py Fix remove_stale_pushers job on SQLite. (#10843) 2021-09-20 10:26:13 +01:00
keys.py
persist_events.py
prepare_database.py Use direct references for configuration variables (part 6). (#10916) 2021-09-29 06:44:15 -04:00
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py