Coder Social home page Coder Social logo

Comments (5)

cy920820 avatar cy920820 commented on June 5, 2024

一样,最新更新的包防撤回功能没生效 @DKJone

from dkwechathelper.

F-JH avatar F-JH commented on June 5, 2024

debug了一下,初步判断是m_nsContent的前缀变了,代码里是这样判断 if (![msgContent hasPrefix:@"<sysmsg type="revokemsg">"]),微信8.0.38版本里这个前缀变成了<sysmsg type="revokemsg">\n\t,导致没有走到下面防撤回的代码里,把if (![msgContent hasPrefix:@"<sysmsg type="revokemsg">"])改成if (![msgContent hasPrefix:@"<sysmsg type="revokemsg">"])就可以了;不过后来观察到还有其他一些变化的,像上面这样改了之后防撤回功能可能还有其他的一些问题

from dkwechathelper.

931122 avatar 931122 commented on June 5, 2024

@F-JH 老哥能发下修改后的吗,我看着你发修改前后是一样的

from dkwechathelper.

F-JH avatar F-JH commented on June 5, 2024

@F-JH 老哥能发下修改后的吗,我看着你发修改前后是一样的

github的显示有问题,总之把判断条件改一下就行了,我截图吧
image

from dkwechathelper.

yaoyue avatar yaoyue commented on June 5, 2024

+1

from dkwechathelper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.