0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-05 14:18:55 +01:00

Merge branch 'develop' into luke/groups-invited-users

This commit is contained in:
Luke Barnard 2017-10-16 15:34:36 +01:00
commit 5dfd0350c7

View file

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