diff --git a/patches/src/main/kotlin/app/revanced/patches/messenger/inputfield/DisableSwitchingEmojiToStickerPatch.kt b/patches/src/main/kotlin/app/revanced/patches/messenger/inputfield/DisableSwitchingEmojiToStickerPatch.kt index 19f5c1251..b9e301725 100644 --- a/patches/src/main/kotlin/app/revanced/patches/messenger/inputfield/DisableSwitchingEmojiToStickerPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/messenger/inputfield/DisableSwitchingEmojiToStickerPatch.kt @@ -5,9 +5,14 @@ import app.revanced.patcher.extensions.InstructionExtensions.replaceInstruction import app.revanced.patcher.patch.bytecodePatch import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction +/** + * This patch will be deleted soon. + * + * Pull requests to update this patch to the latest app target are invited. + */ +@Deprecated("This patch only works with an outdated app target that is no longer fully supported by Facebook.") @Suppress("unused") val disableSwitchingEmojiToStickerPatch = bytecodePatch( - name = "Disable switching emoji to sticker", description = "Disables switching from emoji to sticker search mode in message input field.", ) { compatibleWith("com.facebook.orca"("439.0.0.29.119"))