Merge pull request #2542 from matrix-org/dbkr/room_notif_no_glob

Omit the *s for @room notifications
This commit is contained in:
David Baker 2017-10-16 13:46:17 +01:00 committed by GitHub
commit 99a6c9dbf2

View File

@ -245,7 +245,7 @@ BASE_APPEND_OVERRIDE_RULES = [
{
'kind': 'event_match',
'key': 'content.body',
'pattern': '*@room*',
'pattern': '@room',
'_id': '_roomnotif_content',
},
{