-
Notifications
You must be signed in to change notification settings - Fork 224
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
Handle other WhatsApp for Android system messages (#2400) #2401
base: master
Are you sure you want to change the base?
Conversation
Thank you @wladimirleite! I'll delay this until #2399 is finished, ok? |
Sure! |
Hi @wladimirleite . I found some other new messages. Can I share it here? |
I usually found easier to implement these changes while working the devices, so I can check the behavior and the exact message displayed. |
Right. See if you find what I found. messageType = 19 -> "This business sent a message that can't be opened" messageType = 55 -> Text with Some kind of external link sent by business. Belongs to message_ui_elements. messageType = 99 -> Appears before a batch of shared photos (videos?) messageType = 7, ActionType = 169 -> event updated. Need more research on how events appear. I believe that events are created in communities... |
Closes #2400.