From c4f30263317ae29fbaf9677dc0fbab0c0d527a9c Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 25 Mar 2020 17:44:32 -0400 Subject: [PATCH] don't bother sending IS_CHANNEL_PINNED requests --- www/common/toolbar3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index ef42fcaea..34ac97310 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -723,7 +723,7 @@ MessengerUI, Messages) { }; var createUnpinnedWarning0 = function (toolbar, config) { - //if (true) { return; } // stub this call since it won't make it into the next release + if (true) { return; } // stub this call since it won't make it into the next release if (Common.isLoggedIn()) { return; } var pd = config.metadataMgr.getPrivateData(); var o = pd.origin;