summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuke Barnard <lukeb@openmarket.com>2017-10-16 15:34:36 +0100
committerLuke Barnard <lukeb@openmarket.com>2017-10-16 15:34:36 +0100
commit5dfd0350c7b0c54c0cf7bd1c9077e8a56927fbe1 (patch)
treef6051ff6fd3eec706bdd480c2f0280e71677acdb
parentImplement GET /groups/$groupId/invited_users (diff)
parentMerge pull request #2543 from matrix-org/luke/fix-on-group-invite-no-profile (diff)
downloadsynapse-5dfd0350c7b0c54c0cf7bd1c9077e8a56927fbe1.tar.xz
Merge branch 'develop' into luke/groups-invited-users
-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 9dce99ebec..7a18afe5f9 100644
--- a/synapse/push/baserules.py
+++ b/synapse/push/baserules.py
@@ -245,7 +245,7 @@ BASE_APPEND_OVERRIDE_RULES = [
             {
                 'kind': 'event_match',
                 'key': 'content.body',
-                'pattern': '*@room*',
+                'pattern': '@room',
                 '_id': '_roomnotif_content',
             },
             {