fix(Instagram - Limit feed to followed profiles): Change patch to default off

Co-authored-by: brosssh <44944126+brosssh@users.noreply.github.com>
This commit is contained in:
LisoUseInAIKyrios
2025-09-19 19:40:32 +04:00
committed by GitHub
parent 7857876551
commit 767f1e3695

View File

@@ -15,6 +15,7 @@ internal const val EXTENSION_CLASS_DESCRIPTOR = "Lapp/revanced/extension/instagr
val limitFeedToFollowedProfiles = bytecodePatch( val limitFeedToFollowedProfiles = bytecodePatch(
name = "Limit feed to followed profiles", name = "Limit feed to followed profiles",
description = "Filters the home feed to display only content from profiles you follow.", description = "Filters the home feed to display only content from profiles you follow.",
use = false
) { ) {
compatibleWith("com.instagram.android") compatibleWith("com.instagram.android")