From 2623a412c42a81104b97ae8c81a5f66760fee4b6 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 19 Mar 2022 22:04:13 +0100 Subject: Update vendor (whatsapp) --- vendor/go.mau.fi/whatsmeow/store/clientpayload.go | 2 +- vendor/go.mau.fi/whatsmeow/update.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/go.mau.fi/whatsmeow') diff --git a/vendor/go.mau.fi/whatsmeow/store/clientpayload.go b/vendor/go.mau.fi/whatsmeow/store/clientpayload.go index 675719a2..6649de2a 100644 --- a/vendor/go.mau.fi/whatsmeow/store/clientpayload.go +++ b/vendor/go.mau.fi/whatsmeow/store/clientpayload.go @@ -74,7 +74,7 @@ func (vc WAVersionContainer) ProtoAppVersion() *waProto.AppVersion { } // waVersion is the WhatsApp web client version -var waVersion = WAVersionContainer{2, 2208, 7} +var waVersion = WAVersionContainer{2, 2208, 14} // waVersionHash is the md5 hash of a dot-separated waVersion var waVersionHash [16]byte diff --git a/vendor/go.mau.fi/whatsmeow/update.go b/vendor/go.mau.fi/whatsmeow/update.go index ec94aa2f..00e35bfb 100644 --- a/vendor/go.mau.fi/whatsmeow/update.go +++ b/vendor/go.mau.fi/whatsmeow/update.go @@ -33,7 +33,7 @@ const CheckUpdateURL = "https://web.whatsapp.com/check-update" // CheckUpdate asks the WhatsApp servers if there is an update available // (using the HTTP client and proxy settings of this whatsmeow Client instance). func (cli *Client) CheckUpdate() (respData CheckUpdateResponse, err error) { - return CheckUpdate(http.DefaultClient) + return CheckUpdate(cli.http) } // CheckUpdate asks the WhatsApp servers if there is an update available. -- cgit v1.2.3