mirror of
https://github.com/matrix-construct/construct
synced 2025-04-27 12:02:50 +02:00
ircd:Ⓜ️:push: Default to dont_notify for common underrides.
This commit is contained in:
parent
7e28a27549
commit
e7089e8e7f
1 changed files with 2 additions and 2 deletions
|
@ -1156,7 +1156,7 @@ ircd::m::push::rules::defaults{R"(
|
|||
],
|
||||
"actions":
|
||||
[
|
||||
"notify",
|
||||
"dont_notify",
|
||||
{
|
||||
"set_tweak": "highlight",
|
||||
"value": false
|
||||
|
@ -1177,7 +1177,7 @@ ircd::m::push::rules::defaults{R"(
|
|||
],
|
||||
"actions":
|
||||
[
|
||||
"notify",
|
||||
"dont_notify",
|
||||
{
|
||||
"set_tweak": "highlight",
|
||||
"value": false
|
||||
|
|
Loading…
Add table
Reference in a new issue