feat(kakaotalk): add patch to include real deleted and hidden flags in chat log

This is the first commit to make deleted, hidden messages visible.
This commit is contained in:
2025-05-26 02:03:26 +09:00
parent 263fb212ad
commit 555099bef8
3 changed files with 65 additions and 0 deletions

View File

@ -272,6 +272,10 @@ public final class app/revanced/patches/kakaotalk/changemodel/ChangeModelPatchKt
public static final fun getChangeModelPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/kakaotalk/chatlog/AddRealDeletedOrHiddenFlagPatchKt {
public static final fun getAddRealDeletedOrHiddenFlagPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/kakaotalk/chatlog/Remove99ClampPatchKt {
public static final fun getRemove99ClampPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}