-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some notifications read improperly #43
Comments
I tried to fix this by myself, but it turns out it's not that easy. It seems to be a WeChat bug. What I learned is that in It is already being interpreted as The ticker data remains unaffected however. For now it appears to me that the only solution to this problem would be to maintain a cache of ticker notifications and then maybe filter out and fix |
I patched the problem by creating a Conversation History class and caching the conversation. If it sees a "[Message]", it will grab the data from the ticker, car bundle (if it's not corrupted), its internal cache (already calculated), or if all else fails calculate it from notification history (using |
Ye, Conversation History is also the plan in my mind, to improve the conversation experience and fix a lot more issues. Thanks for sharing your thoughts on this. |
Certainly!! Conversation History is really helpful. I even used it to implement recalled messages functionality (you can find in my dev branch) |
I'll review your contribution as soon as I had time. |
Could you release a apk, please? |
@Marukon Due to the way the program is implemented, the apk wouldn't work for you due to TLDR: Possible if you want to do a lot of work to make it compatible, otherwise, not possible Side note for oasisfeng: My dev branch has a much newer version of these implementations. However, it also contains a lot of other stuff I've been working on that's not completely related to My solution to read |
When somebody quotes a message that was using new WeChat quote feature, the notifications will appear as
[Message]
instead of the actual message. This happen to regular unquoted messagesAlso happens when links are sent
Using wechat 8.0.1, nevo 6.2, Android 11, pixel 2 xl
The text was updated successfully, but these errors were encountered: