Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/245578

Change subject: Remove override of $wgEchoDefaultNotificationTypes
......................................................................

Remove override of $wgEchoDefaultNotificationTypes

This was used in 2012/2013 to roll out Echo in a controlled
fashion, then left equal to the default value in Echo, and
got out of sync with Echo over time.

The practical effect of this change is to no longer send
emails for welcome notifications, which ae3b1f29 in Echo
(August 2014) attempted to do but failed to because of this
override.

Bug: T113367
Change-Id: Ie335d5284105fb4a22080103fa5ff76a4dd141b7
---
M wmf-config/CommonSettings.php
1 file changed, 0 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/78/245578/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 178df75..e3333d8 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2413,17 +2413,6 @@
 if ( $wmgUseEcho ) {
        require_once( "$IP/extensions/Echo/Echo.php" );
 
-       $wgEchoDefaultNotificationTypes = array(
-               'all' => array(
-                       'web' => true,
-                       'email' => true,
-               ),
-               'emailuser' => array(
-                       'web' => true,
-                       'email' => false
-               ),
-       );
-
        if ( $wmgUseClusterJobqueue ) {
                $wgJobTypeConf['MWEchoNotificationEmailBundleJob'] = array( 
'checkDelay' => true ) + $wgJobTypeConf['default'];
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/245578
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie335d5284105fb4a22080103fa5ff76a4dd141b7
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to