mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-09 02:43:57 +01:00
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:
committed by
GitHub
parent
7857876551
commit
767f1e3695
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user