Auties00 / Cobalt

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

Presence are not sent to the client #302

Closed open-sudo closed 1 year ago

open-sudo commented 1 year ago

I send presence to client like this:

 whatsapp.changePresence(info.chat(), ContactStatus.COMPOSING);

Unfortunately client never sees it. Thoughts?

Auties00 commented 1 year ago

I'll look into it

Auties00 commented 1 year ago

Can you test the master branch? It should be fixed now

open-sudo commented 1 year ago

Thanks for the fix. The good is that there is no crash anymore when presence is sent. However, I do not see the composing status. materialized in the client. I was expecting to see "Typing..." as status.

Auties00 commented 1 year ago

Thanks for the fix. The good is that there is no crash anymore when presence is sent. However, I do not see the composing status. materialized in the client. I was expecting to see "Typing..." as status.

Does this happen in both private chats and groups?

open-sudo commented 1 year ago

I tested only in private chats.

Auties00 commented 1 year ago

fixed in the latest commit, will be available on 3.4.10