Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 19dab4cb559cb8048e1358aefa5d67a57b32a4bb Author: Wim <wim@42.be> Date: Mon Oct 12 00:05:17 2020 +0000 Use vendored whatsapp version (#1258) diff --git a/bridge/whatsapp/whatsapp.go b/bridge/whatsapp/whatsapp.go index 4ca8981..85df6a8 100644 --- a/bridge/whatsapp/whatsapp.go +++ b/bridge/whatsapp/whatsapp.go @@ -677 +676 @@ 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())   }