mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Tweak defaults
This commit is contained in:
parent
6ad6b9de5a
commit
4ce5fece5b
|
|
@ -25,8 +25,7 @@ func mRuleContainsUserNameDefinition(localpart string) *Rule {
|
|||
},
|
||||
{
|
||||
Kind: SetTweakAction,
|
||||
Tweak: SoundTweak,
|
||||
Value: "default",
|
||||
Tweak: HighlightTweak,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -152,6 +152,10 @@ func mRuleInviteForMeDefinition(userID string) *Rule {
|
|||
Tweak: SoundTweak,
|
||||
Value: "default",
|
||||
},
|
||||
{
|
||||
Kind: SetTweakAction,
|
||||
Tweak: HighlightTweak,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue