mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
2a98ba0ed3
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_auth_providers.py | ||
password.py | ||
push.py | ||
ratelimiting.py | ||
registration.py | ||
repository.py | ||
saml2.py | ||
server.py | ||
spam_checker.py | ||
tls.py | ||
voip.py | ||
workers.py |