jenkins-bot has submitted this change and it was merged.

Change subject: Remove HiddenPrefs hack for turning off cross-wiki notifications
......................................................................


Remove HiddenPrefs hack for turning off cross-wiki notifications

Obsolete after I6208a12d4.

Bug: T135266
Change-Id: I56d9e9e558eb1c51f305dcc5bbc575a5c3bab763
---
M wmf-config/CommonSettings.php
1 file changed, 0 insertions(+), 5 deletions(-)

Approvals:
  Dereckson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index b945456..7082fea 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2692,11 +2692,6 @@
                if ( $wmgEchoCrossWikiByDefault ) {
                        $wgDefaultUserOptions['echo-cross-wiki-notifications'] 
= 1;
                }
-       } else {
-               // Neither Beta nor normal.  Hide preference and force to false.
-               $wgEchoUseCrossWikiBetaFeature = false;
-               $wgDefaultUserOptions['echo-cross-wiki-notifications'] = 0;
-               $wgHiddenPrefs[] = 'echo-cross-wiki-notifications';
        }
 
        // Whether to show the footer notice

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I56d9e9e558eb1c51f305dcc5bbc575a5c3bab763
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Dereckson <dereck...@espace-win.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to