Tweak defaults

This commit is contained in:
Neil Alexander 2022-02-18 17:46:22 +00:00
parent 6ad6b9de5a
commit 4ce5fece5b
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 5 additions and 2 deletions

View file

@ -25,8 +25,7 @@ func mRuleContainsUserNameDefinition(localpart string) *Rule {
}, },
{ {
Kind: SetTweakAction, Kind: SetTweakAction,
Tweak: SoundTweak, Tweak: HighlightTweak,
Value: "default",
}, },
}, },
} }

View file

@ -152,6 +152,10 @@ func mRuleInviteForMeDefinition(userID string) *Rule {
Tweak: SoundTweak, Tweak: SoundTweak,
Value: "default", Value: "default",
}, },
{
Kind: SetTweakAction,
Tweak: HighlightTweak,
},
}, },
} }
} }