Also disable Friends feature when blocking social features

This commit is contained in:
redphx 2024-12-10 20:53:43 +07:00
parent 11aefb34d1
commit d671be21ee

View File

@ -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