From 880586bac42817ffcfea5d9f746f503fa29915b8 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 28 Jan 2023 22:57:53 +0100 Subject: Update dependencies (#1951) --- vendor/go.mau.fi/whatsmeow/upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/go.mau.fi/whatsmeow/upload.go') diff --git a/vendor/go.mau.fi/whatsmeow/upload.go b/vendor/go.mau.fi/whatsmeow/upload.go index 4556077e..c72025f0 100644 --- a/vendor/go.mau.fi/whatsmeow/upload.go +++ b/vendor/go.mau.fi/whatsmeow/upload.go @@ -54,7 +54,7 @@ type UploadResponse struct { // FileSha256: resp.FileSha256, // FileLength: &resp.FileLength, // } -// _, err = cli.SendMessage(context.Background(), targetJID, "", &waProto.Message{ +// _, err = cli.SendMessage(context.Background(), targetJID, &waProto.Message{ // ImageMessage: imageMsg, // }) // // handle error again -- cgit v1.2.3