MatrixSynapse/synapse/push
Patrick Cloke e54746bdf7
Clean-up the template loading code. (#9200)
* Enables autoescape by default for HTML files.
* Adds a new read_template method for reading a single template.
* Some logic clean-up.
2021-01-27 10:59:50 -05:00
..
__init__.py
action_generator.py
baserules.py Add type hints to the push module. (#8901) 2020-12-11 11:43:53 -05:00
bulk_push_rule_evaluator.py
clientformat.py Add type hints to the push module. (#8901) 2020-12-11 11:43:53 -05:00
emailpusher.py
httppusher.py
mailer.py Clean-up the template loading code. (#9200) 2021-01-27 10:59:50 -05:00
presentable_names.py Handle missing content keys when calculating presentable names. (#9165) 2021-01-25 07:27:16 -05:00
push_rule_evaluator.py
push_tools.py
pusher.py Convert internal pusher dicts to attrs classes. (#8940) 2020-12-16 11:25:30 -05:00
pusherpool.py
rulekinds.py