diff options
author | Erik Johnston <erik@matrix.org> | 2016-01-27 17:22:35 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-01-27 17:22:35 +0000 |
commit | a955cbfa494be705a0f2eb1d2fb5cd3b8c481b6f (patch) | |
tree | 1ef745f393f8c1961da93ad6ad582829e9f1ea5b /synapse/push | |
parent | PEP 8 (diff) | |
parent | Merge pull request #533 from matrix-org/rav/hashtest_federation (diff) | |
download | synapse-a955cbfa494be705a0f2eb1d2fb5cd3b8c481b6f.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/setup
Diffstat (limited to 'synapse/push')
-rw-r--r-- | synapse/push/baserules.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py index 186281dfa3..0832c77cb4 100644 --- a/synapse/push/baserules.py +++ b/synapse/push/baserules.py @@ -173,6 +173,12 @@ BASE_APPEND_UNDERRIDE_RULES = [ 'kind': 'room_member_count', 'is': '2', '_id': 'member_count', + }, + { + 'kind': 'event_match', + 'key': 'type', + 'pattern': 'm.room.message', + '_id': '_message', } ], 'actions': [ |