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

ircd:Ⓜ️:push: Add remaining content server-default rule w/o pattern.

This commit is contained in:
Jason Volk 2020-03-19 15:42:10 -07:00
parent 28626f17c1
commit de9f054d97

View file

@ -239,6 +239,22 @@ ircd::m::push::rules::defaults{R"(
]
}
],
"content":
[
{
"rule_id": ".m.rule.contains_user_name",
"default": true,
"enabled": true,
"actions":
[
"notify",
{
"set_tweak": "sound",
"value": "default"
}
]
}
],
"underride":
[
{