summary refs log tree commit diff
path: root/synapse/push/baserules.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2017-10-05 13:02:19 +0100
committerDavid Baker <dave@matrix.org>2017-10-05 13:02:19 +0100
commitb9b9714fd5c3fa4c209d3ca1f6ddde365373ec98 (patch)
treef44caa57b706e17f9677ea5b4ac373a3edab7d55 /synapse/push/baserules.py
parentSupport for channel notifications (diff)
downloadsynapse-b9b9714fd5c3fa4c209d3ca1f6ddde365373ec98.tar.xz
Get rule type right
Diffstat (limited to 'synapse/push/baserules.py')
-rw-r--r--synapse/push/baserules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py
index 354b1f4493..3b290a22a1 100644
--- a/synapse/push/baserules.py
+++ b/synapse/push/baserules.py
@@ -240,7 +240,7 @@ BASE_APPEND_OVERRIDE_RULES = [
         ]
     },
     {
-        'rule_id': 'global/underride/.m.rule.channelnotif',
+        'rule_id': 'global/override/.m.rule.channelnotif',
         'conditions': [
             {
                 'kind': 'event_match',