MatrixSynapse/synapse/push
Patrick Cloke dda9b7fc4d
Use the ignored_users table to test event visibility & sync. (#12225)
Instead of fetching the raw account data and re-parsing it. The
ignored_users table is a denormalised version of the account data
for quick searching.
2022-03-15 14:06:05 -04:00
..
__init__.py
action_generator.py
baserules.py Add an additional HTTP pusher + push rule tests. (#12188) 2022-03-11 08:45:26 -05:00
bulk_push_rule_evaluator.py Use the ignored_users table to test event visibility & sync. (#12225) 2022-03-15 14:06:05 -04:00
clientformat.py Add an additional HTTP pusher + push rule tests. (#12188) 2022-03-11 08:45:26 -05:00
emailpusher.py
httppusher.py
mailer.py
presentable_names.py
push_rule_evaluator.py
push_tools.py
push_types.py
pusher.py
pusherpool.py
rulekinds.py