mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Disable notification emails for article-linked"
This commit is contained in:
commit
e9da7a8f3b
|
@ -488,6 +488,10 @@
|
|||
"web": true,
|
||||
"email": false
|
||||
},
|
||||
"article-linked": {
|
||||
"web": true,
|
||||
"email": false
|
||||
},
|
||||
"mention-failure": {
|
||||
"web": true,
|
||||
"email": false
|
||||
|
@ -718,9 +722,6 @@
|
|||
"category": "article-linked",
|
||||
"group": "neutral",
|
||||
"section": "message",
|
||||
"notify-type-availability": {
|
||||
"email": false
|
||||
},
|
||||
"bundle": {
|
||||
"web": true,
|
||||
"email": true,
|
||||
|
|
Loading…
Reference in a new issue