Skip to content

Commit

Permalink
Remove the fallback rule - we probably don't want to be notifying for…
Browse files Browse the repository at this point in the history
… everything even if we don't know what it is.
  • Loading branch information
dbkr committed Mar 6, 2015
1 parent b67765d commit e7d7152
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions synapse/push/baserules.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,5 @@ def make_base_underride_rules(user):
'value': 'ring'
}
]
},
{
'rule_id': 'global/underride/.m.rule.fallback',
'conditions': [
],
'actions': [
'notify',
]
},
}
]

0 comments on commit e7d7152

Please sign in to comment.