-
- Downloads
Remove dead code for setting device specific rules.
It wasn't possible to hit the code from the API because of a typo in parsing the request path. Since no-one was using the feature we might as well remove the dead code.
Showing
- synapse/push/__init__.py 3 additions, 4 deletionssynapse/push/__init__.py
- synapse/push/action_generator.py 1 addition, 1 deletionsynapse/push/action_generator.py
- synapse/push/bulk_push_rule_evaluator.py 1 addition, 1 deletionsynapse/push/bulk_push_rule_evaluator.py
- synapse/push/httppusher.py 1 addition, 2 deletionssynapse/push/httppusher.py
- synapse/push/push_rule_evaluator.py 5 additions, 10 deletionssynapse/push/push_rule_evaluator.py
- synapse/push/pusherpool.py 20 additions, 28 deletionssynapse/push/pusherpool.py
- synapse/rest/client/v1/push_rule.py 5 additions, 85 deletionssynapse/rest/client/v1/push_rule.py
- synapse/rest/client/v1/pusher.py 3 additions, 3 deletionssynapse/rest/client/v1/pusher.py
- synapse/storage/event_push_actions.py 3 additions, 4 deletionssynapse/storage/event_push_actions.py
- synapse/storage/pusher.py 3 additions, 3 deletionssynapse/storage/pusher.py
Please register or sign in to comment