feat(kakaotalk): add patch and fingerprints to allow replying to feed messages

This commit is contained in:
2025-05-22 14:32:37 +09:00
parent 0fac05f134
commit 46a97d9e14
3 changed files with 101 additions and 0 deletions

View File

@ -305,6 +305,10 @@ public final class app/revanced/patches/kakaotalk/misc/RemoveShopTabPatchKt {
public static final fun getRemoveShopTabPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/kakaotalk/send/AllowReplyToFeedPatchKt {
public static final fun getAllowReplyToFeedPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/kakaotalk/versioninfo/VersionInfoPatchKt {
public static final fun getVersionInfoPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}