diff options
author | Erik Johnston <erik@matrix.org> | 2016-01-19 12:49:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-01-19 12:49:29 +0000 |
commit | f5fc8f29280b91a59aaba3d83dae9e9728aaa3f6 (patch) | |
tree | bc6d459a0e5ea88432af7d253daf7e0e46c1f645 | |
parent | Merge pull request #502 from matrix-org/erikj/push_notif_perf (diff) | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into default_notify (diff) | |
download | synapse-f5fc8f29280b91a59aaba3d83dae9e9728aaa3f6.tar.xz |
Merge pull request #486 from matrix-org/default_notify
Change default pushrules back to notifying for all messages.
-rw-r--r-- | synapse/push/baserules.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py index e1217b5c52..3b526c4e33 100644 --- a/synapse/push/baserules.py +++ b/synapse/push/baserules.py @@ -237,7 +237,6 @@ BASE_APPEND_UNDERRIDE_RULES = [ }, { 'rule_id': 'global/underride/.m.rule.message', - 'enabled': False, 'conditions': [ { 'kind': 'event_match', |