mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Remove code that's now been obsoleted or moved elsewhere
This commit is contained in:
parent
92e3071623
commit
d549fdfa22
3 changed files with 9 additions and 454 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue