MatrixSynapse/synapse/push
Patrick Cloke 792263c97c
Handle empty rooms when generating email notifications. (#9257)
Fixes some exceptions if the room state isn't quite as expected.
If the expected state events aren't found, try to find them in the
historical room state. If they still aren't found, fallback to a reasonable,
although ugly, value.
2021-02-04 10:18:25 -05:00
..
__init__.py
action_generator.py
baserules.py
bulk_push_rule_evaluator.py Improve the performance of calculating ignored users in large rooms (#9024) 2021-01-07 13:03:38 +00:00
clientformat.py
emailpusher.py
httppusher.py
mailer.py Handle empty rooms when generating email notifications. (#9257) 2021-02-04 10:18:25 -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
pusherpool.py
rulekinds.py