From 767f1e3695327bdbc4daea8b50a80d4c0a38456a Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:40:32 +0400 Subject: [PATCH] fix(Instagram - Limit feed to followed profiles): Change patch to default off Co-authored-by: brosssh <44944126+brosssh@users.noreply.github.com> --- .../patches/instagram/feed/LimitFeedToFollowedProfiles.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/src/main/kotlin/app/revanced/patches/instagram/feed/LimitFeedToFollowedProfiles.kt b/patches/src/main/kotlin/app/revanced/patches/instagram/feed/LimitFeedToFollowedProfiles.kt index 3ded4c91a..e7af0466c 100644 --- a/patches/src/main/kotlin/app/revanced/patches/instagram/feed/LimitFeedToFollowedProfiles.kt +++ b/patches/src/main/kotlin/app/revanced/patches/instagram/feed/LimitFeedToFollowedProfiles.kt @@ -15,6 +15,7 @@ internal const val EXTENSION_CLASS_DESCRIPTOR = "Lapp/revanced/extension/instagr val limitFeedToFollowedProfiles = bytecodePatch( name = "Limit feed to followed profiles", description = "Filters the home feed to display only content from profiles you follow.", + use = false ) { compatibleWith("com.instagram.android")