From e26c951b44e49d81cb933719242374c1ceb32e77 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 15 Jul 2019 14:49:10 -0400 Subject: [PATCH] Bug 1566142 - Pref change for DS --- lib/ActivityStream.jsm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/ActivityStream.jsm b/lib/ActivityStream.jsm index 32dd20b8a5..436396b07f 100644 --- a/lib/ActivityStream.jsm +++ b/lib/ActivityStream.jsm @@ -451,13 +451,9 @@ const PREFS_CONFIG = new Map([ CA: ["en-CA", "en-GB", "en-US", "en-ZA"], }[geo]; - // Enable for US/en-US in all channels. // Enable for specific geos and locales for Nightly. const isEnabled = - (geo === `US` && locale === `en-US`) || - (IS_NIGHTLY_OR_UNBRANDED_BUILD && - locales && - locales.includes(locale)); + IS_NIGHTLY_OR_UNBRANDED_BUILD && locales && locales.includes(locale); return JSON.stringify({ api_key_pref: "extensions.pocket.oAuthConsumerKey",