mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd:Ⓜ️:push: Add remaining content server-default rule w/o pattern.
This commit is contained in:
parent
28626f17c1
commit
de9f054d97
1 changed files with 16 additions and 0 deletions
|
@ -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":
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue