Christian Cabrera
Christian Cabrera
Seems to me the element ```parent.document.getElementById('webphone_loaded');``` is undefined, so the if clause never gets loaded. I ended up adding this code ``` if ( auto_login ) { try { parent.NoneInSessionCalL('LOGIN');...
I cannot verify that without console logs, but I'm almost certain is a local problem, since we have multiple clients using Viciphone on cloud provided servers (fixed public IP) and...
I've already added your code under my own fork https://github.com/ccabrerar/ViciPhone
> I would think I followed everything correctly, but it shows me this error. > > ``` > # github.com/42wim/matterbridge/bridge/whatsappmulti > bridge/whatsappmulti/whatsapp.go:130:2: declared and not used: groups > ``` >...