mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 05:00:37 -05:00
The redact_content option never worked because it read the wrong config section. The PR introducing it (https://github.com/matrix-org/synapse/pull/2301) had feedback suggesting the name be changed to not re-use the term 'redact' but this wasn't incorporated. This reanmes the option to give it a less confusing name, and also means that people who've set the redact_content option won't suddenly see a behaviour change when upgrading synapse, but instead can set include_content if they want to. This PR also updates the wording of the config comment to clarify that this has no effect on event_id_only push. Includes https://github.com/matrix-org/synapse/pull/2422 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _base.py | ||
| api.py | ||
| appservice.py | ||
| captcha.py | ||
| cas.py | ||
| database.py | ||
| emailconfig.py | ||
| groups.py | ||
| homeserver.py | ||
| jwt.py | ||
| key.py | ||
| logger.py | ||
| metrics.py | ||
| password.py | ||
| password_auth_providers.py | ||
| push.py | ||
| ratelimiting.py | ||
| registration.py | ||
| repository.py | ||
| saml2.py | ||
| server.py | ||
| spam_checker.py | ||
| tls.py | ||
| voip.py | ||
| workers.py | ||