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