Auties00 / Cobalt

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

Remove Early Return from onUpdateChatPresence #416

Closed BasselAshi closed 9 months ago

BasselAshi commented 10 months ago

Problem referred to in #414. I am unable to test this due to unadded files in the latest commit in the master branch (ChatMessageKeyBuilder for example).

Auties00 commented 10 months ago

Problem referred to in #414. I am unable to test this due to unadded files in the latest commit in the master branch (ChatMessageKeyBuilder for example).

Just build the project and those files will appear, they are generated at compile time

BasselAshi commented 10 months ago

Change tested and works as needed @Auties00