diff options
Diffstat (limited to 'bridge')
-rw-r--r-- | bridge/whatsapp/whatsapp.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridge/whatsapp/whatsapp.go b/bridge/whatsapp/whatsapp.go index 4ca89813..85df6a8d 100644 --- a/bridge/whatsapp/whatsapp.go +++ b/bridge/whatsapp/whatsapp.go @@ -67,7 +67,6 @@ func (b *Bwhatsapp) Connect() error { // https://github.com/Rhymen/go-whatsapp#creating-a-connection b.Log.Debugln("Connecting to WhatsApp..") conn, err := whatsapp.NewConn(20 * time.Second) - conn.SetClientVersion(0, 4, 2080) if err != nil { return errors.New("failed to connect to WhatsApp: " + err.Error()) } |