mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 12:02:04 -05:00
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`). |
||
|---|---|---|
| .. | ||
| streams | ||
| __init__.py | ||
| client.py | ||
| commands.py | ||
| external_cache.py | ||
| handler.py | ||
| protocol.py | ||
| redis.py | ||
| resource.py | ||