0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-16 14:23:51 +01:00

Omit the *s for @room notifications

They're just redundant
This commit is contained in:
David Baker 2017-10-16 13:38:10 +01:00
parent db3d84f46c
commit 9342bcfce0

View file

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