Rhymen / go-whatsapp

WhatsApp Web API
MIT License
2.05k stars 490 forks source link

Check Current Server Version Not Work #574

Open ramacatur opened 3 years ago

ramacatur commented 3 years ago

I try use function CheckCurrentServerVersion to get new version but not work because default version web whatsapp can not be used. So on session.go file, I change default WA version like this

var waVersion = []int{2, 2123, 7}

and it works

fakhripraya commented 3 years ago

sadly we need to keep up with the whatsapp web version in order for this to work