mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd:Ⓜ️:push: Add spec-omitted highlight tweak to .m.rule.contains_user_name.
This commit is contained in:
parent
f6bef2770d
commit
3a73336b2d
1 changed files with 4 additions and 0 deletions
|
@ -900,6 +900,10 @@ ircd::m::push::rules::defaults{R"(
|
||||||
{
|
{
|
||||||
"set_tweak": "sound",
|
"set_tweak": "sound",
|
||||||
"value": "default"
|
"value": "default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"set_tweak": "highlight",
|
||||||
|
"value": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue