summary refs log tree commit diff
path: root/synapse/push
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-03-02 13:28:24 +0000
committerDavid Baker <dave@matrix.org>2015-03-02 13:28:24 +0000
commit769f8b58e8023c5e0a5b6970c27d2c0ed223a8af (patch)
treeca8c848930a55a09c19f7bb72d43e4f9334b1f6a /synapse/push
parentIt's set_tweak now, not set_sound (diff)
downloadsynapse-769f8b58e8023c5e0a5b6970c27d2c0ed223a8af.tar.xz
Rename the room-with-two-people rule to be more compatible if we have actual one to one rooms.
Diffstat (limited to 'synapse/push')
-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 09878b63c1..c8c19f2a18 100644
--- a/synapse/push/baserules.py
+++ b/synapse/push/baserules.py
@@ -84,7 +84,7 @@ def make_base_override_rules():
             ]
         },
         {
-            'rule_id': 'global/override/.m.rule.room_two_members',
+            'rule_id': 'global/override/.m.rule.room_one_to_one',
             'conditions': [
                 {
                     'kind': 'room_member_count',