0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd:Ⓜ️:push: Add spec-omitted highlight tweak to .m.rule.contains_user_name.

This commit is contained in:
Jason Volk 2020-03-26 15:02:22 -07:00
parent f6bef2770d
commit 3a73336b2d

View file

@ -900,6 +900,10 @@ ircd::m::push::rules::defaults{R"(
{
"set_tweak": "sound",
"value": "default"
},
{
"set_tweak": "highlight",
"value": true
}
]
}