mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 797 forks source link

Not Working window.Store.Presence #1009

Open tetradox opened 3 years ago

tetradox commented 3 years ago

Wapi upadated #1003 but Not Working window.Store.Presence

3dluis commented 3 years ago

if (window.Store.Presence) { for (const prop in window.Store.Presence) { if (prop === "Presence") { continue; } window.Store[prop] = window.Store.Presence[prop] || window.Store[prop]; } }