diff options
author | David Baker <dave@matrix.org> | 2016-04-07 16:31:38 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-04-07 16:31:38 +0100 |
commit | d549fdfa22f6927479d2a185f7420cadbfbf5607 (patch) | |
tree | 00f92bd8475680b131c886986788a26b24919aa8 /synapse/push/httppusher.py | |
parent | Send badge count pushes. (diff) | |
download | synapse-d549fdfa22f6927479d2a185f7420cadbfbf5607.tar.xz |
Remove code that's now been obsoleted or moved elsewhere
Diffstat (limited to 'synapse/push/httppusher.py')
-rw-r--r-- | synapse/push/httppusher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py index 0d5450bc01..cc030a57a0 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py @@ -168,7 +168,7 @@ class HttpPusher(object): if 'notify' not in push_action['actions']: defer.returnValue(True) - tweaks = push_rule_evaluator.PushRuleEvaluator.tweaks_for_actions(push_action['actions']) + tweaks = push_rule_evaluator.tweaks_for_actions(push_action['actions']) badge = yield push_tools.get_badge_count(self.hs, self.user_id) event = yield self.store.get_event(push_action['event_id'], allow_none=True) |