Dan-315
Dan-315
i solved getting the Infinite scroll whit document.getElementByID and use the complete() method specifed in ionic documentation, it marks an error in typescript but a //@ts-ignore solved it
> They changed "queryExists" to "queryExist" in new sessions.. > > I changed: (node_modules/whatsapp-web.js/src/util/Injected.js) `window.Store.QueryExist = window.mR.findModule('queryExists')[0].queryExists;` > > For: ~`window.Store.QueryExist = window.mR.findModule('queryExists')[0] ? window.mR.findModule('queryExists')[0].queryExists : window.mR.findModule('queryExist')[0].queryExist;`~ > > **EDIT:**...