forked from lug/matterbridge
Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
This commit is contained in:
2
vendor/go.mau.fi/whatsmeow/upload.go
vendored
2
vendor/go.mau.fi/whatsmeow/upload.go
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user