forked-synapse/synapse/push
David Baker 2a98ba0ed3 Rename redact_content option to include_content
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
2017-11-08 10:35:30 +00:00
..
__init__.py Remove code that's now been obsoleted or moved elsewhere 2016-04-07 16:31:38 +01:00
action_generator.py Store ActionGenerator in HomeServer 2017-05-19 10:09:56 +01:00
baserules.py Omit the *s for @room notifications 2017-10-16 13:38:10 +01:00
bulk_push_rule_evaluator.py pep8 2017-10-10 15:53:34 +01:00
clientformat.py Remove dead code. 2016-06-07 15:07:11 +01:00
emailpusher.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
httppusher.py Rename redact_content option to include_content 2017-11-08 10:35:30 +00:00
mailer.py Only load jinja2 templates once 2017-05-22 17:48:58 +01:00
presentable_names.py Fix push room names for rooms with only an alias 2016-08-30 11:19:59 +01:00
push_rule_evaluator.py pep8 2017-10-10 15:53:34 +01:00
push_tools.py Don't convert to deferreds when not necessary 2017-03-30 14:14:36 +01:00
pusher.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
pusherpool.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
rulekinds.py copyrights 2016-01-07 04:26:29 +00:00