Pavan kumar

Results 60 comments of Pavan kumar

So im waiting for that to release.

Hi @amineparis , this happens with element HTML content also.

This is very annoying , when editing the fields. @mortenholmgaard thanks for fix.

Yeah getting for me too.

Hi @Webrow , Actually i want to call some function only when the token is deleted, but as you said it will fired as many times the token is updated...

That function is returning a string combining values in server and user, but in original whatsapp web it is sending as object, if i use your helper function it will...

Im actually cloned the whatsappweb and debugging it please check below screenshots to understand ![ww_breakpoints_app2](https://user-images.githubusercontent.com/6078669/87040051-bb3e3100-c20d-11ea-84f1-4363f862f00e.png) This is there where i kept `console.log` for read and write places. ![ww_browser_console](https://user-images.githubusercontent.com/6078669/87040088-cdb86a80-c20d-11ea-968e-15fd91e3a026.png) Total expanded...

I added below function in `index.ts` under `whatsapp` folder after `queryStatus` function thats it. ``` queryMessage() { return this.query({ count: "50", epoch: "5", index: "7A7B3E4A12A9F5BB266B1BBDE95EDF59", kind: "before", owner: "true", participant:...

Im using the WID helper but getting the `401` status do you have any idea. Im using the same account in whatsapp web and this lib also. please check below...

I changed the metric in interface from `QUERY_MESSAGES` to `QUERY_MESSAGE` https://github.com/ndunks/WaJs/blob/a900da7b60e5b9f79d8da349a4727e58c8a6d252/src/whatsapp/interfaces.ts#L257 because the `type` should be converted to query_{type}. After doing that it is working got response from whatsapp server...