synapse-old/synapse/push
Richard van der Hoff 903d11c43a
Add `DeferredCache.get_immediate` method (#8568)
* Add `DeferredCache.get_immediate` method

A bunch of things that are currently calling `DeferredCache.get` are only
really interested in the result if it's completed. We can optimise and simplify
this case.

* Remove unused 'default' parameter to DeferredCache.get()

* another get_immediate instance
2020-10-19 15:00:12 +01:00
..
__init__.py
action_generator.py
baserules.py
bulk_push_rule_evaluator.py Add `DeferredCache.get_immediate` method (#8568) 2020-10-19 15:00:12 +01:00
clientformat.py
emailpusher.py
httppusher.py
mailer.py Include a simple message in email notifications that include encrypted content (#8545) 2020-10-19 09:12:39 -04:00
presentable_names.py
push_rule_evaluator.py Apply suggestions from code review 2020-10-16 16:14:42 +01:00
push_tools.py
pusher.py
pusherpool.py
rulekinds.py