MatrixSynapse/synapse/push
Erik Johnston 1d107d8484 Fix email push notifs being dropped
A lot of email push notifications were failing to be sent due to an
exception being thrown along one of the (many) paths. This was due to a
change where we moved from pulling out the full state for each room, but
rather pulled out the event ids for the state and separately loaded the
full events when needed.
2016-10-13 13:40:38 +01:00
..
__init__.py
action_generator.py
baserules.py
bulk_push_rule_evaluator.py
clientformat.py
emailpusher.py
httppusher.py
mailer.py Fix email push notifs being dropped 2016-10-13 13:40:38 +01:00
presentable_names.py
push_rule_evaluator.py
push_tools.py
pusher.py
pusherpool.py
rulekinds.py