mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Change the m.room.message rule to be disabled by default so we only notify for 1:1 rooms / highlights out-of-the-box
This commit is contained in:
parent
a2922bb944
commit
4b1281f9b7
@ -247,6 +247,7 @@ def make_base_append_underride_rules(user):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'rule_id': 'global/underride/.m.rule.message',
|
'rule_id': 'global/underride/.m.rule.message',
|
||||||
|
'enabled': False,
|
||||||
'conditions': [
|
'conditions': [
|
||||||
{
|
{
|
||||||
'kind': 'event_match',
|
'kind': 'event_match',
|
||||||
|
Loading…
Reference in New Issue
Block a user