summaryrefslogtreecommitdiffstats
path: root/bridge/whatsapp
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-04-09 22:30:08 +0200
committerGitHub <noreply@github.com>2020-04-09 22:30:08 +0200
commit8950575bfbc97ec80b8648f732c02fad63a6d055 (patch)
treebc6815de4a0cb1a2c7d9bf0796d173b2a356d7b0 /bridge/whatsapp
parent11fc4c286fbcd6c1519362d2b0123ebd4ab19067 (diff)
downloadmatterbridge-msglm-8950575bfbc97ec80b8648f732c02fad63a6d055.tar.gz
matterbridge-msglm-8950575bfbc97ec80b8648f732c02fad63a6d055.tar.bz2
matterbridge-msglm-8950575bfbc97ec80b8648f732c02fad63a6d055.zip
Update Rhymen/go-whatsapp vendor and whatsapp version (#1078)
Diffstat (limited to 'bridge/whatsapp')
-rw-r--r--bridge/whatsapp/whatsapp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/whatsapp/whatsapp.go b/bridge/whatsapp/whatsapp.go
index 8dfcb9cc..48b140bb 100644
--- a/bridge/whatsapp/whatsapp.go
+++ b/bridge/whatsapp/whatsapp.go
@@ -67,7 +67,7 @@ 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, 1307)
+ conn.SetClientVersion(0, 4, 2080)
if err != nil {
return errors.New("failed to connect to WhatsApp: " + err.Error())
}