Auties00 / Cobalt

Standalone unofficial fully-featured Whatsapp Web and Mobile API for Java and Kotlin
MIT License
634 stars 185 forks source link

Reactions are not working #303

Closed Auties00 closed 1 year ago

Auties00 commented 1 year ago

Discussed in https://github.com/Auties00/Whatsapp4j/discussions/300

Originally posted by **open-sudo** May 25, 2023 I see there is a method Whatsapp.removeReaction(). But I am not able to find out how to create the MessageInfo that it requires. I also tried to modify a reaction that the user previously sent by removing its content and reposting it back into the chat. Like this: ``` ((ReactionMessage)info.message().content()).content(null); whatsapp.removeReaction(reacted); ``` This did not help either. Thoughts?
Auties00 commented 1 year ago

@open-sudo do you mind testing it now with the master branch? I think it's now fixed