diff options
Diffstat (limited to 'vendor/go.mau.fi/whatsmeow/upload.go')
-rw-r--r-- | vendor/go.mau.fi/whatsmeow/upload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/go.mau.fi/whatsmeow/upload.go b/vendor/go.mau.fi/whatsmeow/upload.go index aa50926f..ef4d119a 100644 --- a/vendor/go.mau.fi/whatsmeow/upload.go +++ b/vendor/go.mau.fi/whatsmeow/upload.go @@ -53,7 +53,7 @@ type UploadResponse struct { // FileSha256: resp.FileSha256, // FileLength: &resp.FileLength, // } -// _, err = cli.SendMessage(targetJID, "", &waProto.Message{ +// _, err = cli.SendMessage(context.Background(), targetJID, "", &waProto.Message{ // ImageMessage: imageMsg, // }) // // handle error again |