Damilola Emmanuel Olowookere

Results 65 comments of Damilola Emmanuel Olowookere

Thanks for the response @avoylenko My use case is that, for a web project I'm working on, I want to automate posting of WhatsApp status. I've read the readme multiple...

Thanks so much @avoylenko I was able to make progress with the steps you gave above. However, I stopped at the update status step. Now, coming back to really post...

I was able to use the docker option. Worked perfectly. However, I wrongly thought the `client/setStatus/` endpoint is for creating a *Status Update* (the one that my contact scroll through...

It's an upstream issue? @avoylenko https://github.com/pedroslopez/whatsapp-web.js/issues/3373

Faced the same problem when doing `tinymce.init(...` before page load. Fixed it by doing `$( function() { tinymce.init(... } )`