Auties00 / Cobalt

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

Can not reply to messages #275

Closed Duckulus closed 1 year ago

Duckulus commented 1 year ago

Hey, it is not possible for me to reply to messages. When I try to, no message gets sent at all. I am using version 3.3.1 Code example:

api.addNewMessageListener(OnNewMessage { info ->
        api.sendMessage(info.chat(), "A", info) // does nothing
        api.sendMessage(info.chat(), "B") // gets sent normally
})
Auties00 commented 1 year ago

Okay this is 100% a bug, i'll fix it

Auties00 commented 1 year ago

This issue is now fixed on the master branch