0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-15 17:33:46 +02:00

ircd:Ⓜ️:push: Default to dont_notify for common underrides.

This commit is contained in:
Jason Volk 2023-03-11 17:28:13 -08:00
parent 7e28a27549
commit e7089e8e7f

View file

@ -1156,7 +1156,7 @@ ircd::m::push::rules::defaults{R"(
], ],
"actions": "actions":
[ [
"notify", "dont_notify",
{ {
"set_tweak": "highlight", "set_tweak": "highlight",
"value": false "value": false
@ -1177,7 +1177,7 @@ ircd::m::push::rules::defaults{R"(
], ],
"actions": "actions":
[ [
"notify", "dont_notify",
{ {
"set_tweak": "highlight", "set_tweak": "highlight",
"value": false "value": false