From d671be21ee51a252dc1048107008654cfbb0d0a4 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:53:43 +0700 Subject: [PATCH] Also disable Friends feature when blocking social features --- src/utils/feature-gates.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/feature-gates.ts b/src/utils/feature-gates.ts index 9681cf9..c32a09b 100755 --- a/src/utils/feature-gates.ts +++ b/src/utils/feature-gates.ts @@ -19,6 +19,7 @@ if (nativeMkbMode !== NativeMkbMode.DEFAULT) { // Disable chat feature if (getPref(PrefKey.BLOCK_SOCIAL_FEATURES)) { FeatureGates.EnableGuideChatTab = false; + FeatureGates.EnableFriendsAndFollowers = false; } // Disable BYOG feature