diff options
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/Rhymen/go-whatsapp/message.go | 3 | ||||
-rw-r--r-- | vendor/github.com/Rhymen/go-whatsapp/session.go | 2 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/vendor/github.com/Rhymen/go-whatsapp/message.go b/vendor/github.com/Rhymen/go-whatsapp/message.go index cbcb93b4..1acf881b 100644 --- a/vendor/github.com/Rhymen/go-whatsapp/message.go +++ b/vendor/github.com/Rhymen/go-whatsapp/message.go @@ -72,7 +72,8 @@ func (wac *Conn) Send(msg interface{}) (string, error) { default: return "ERROR", fmt.Errorf("cannot match type %T, use message types declared in the package", msg) } - + status := proto.WebMessageInfo_PENDING + msgProto.Status = &status ch, err := wac.sendProto(msgProto) if err != nil { return "ERROR", fmt.Errorf("could not send proto: %v", err) diff --git a/vendor/github.com/Rhymen/go-whatsapp/session.go b/vendor/github.com/Rhymen/go-whatsapp/session.go index 704cd580..055a63dd 100644 --- a/vendor/github.com/Rhymen/go-whatsapp/session.go +++ b/vendor/github.com/Rhymen/go-whatsapp/session.go @@ -18,7 +18,7 @@ import ( ) //represents the WhatsAppWeb client version -var waVersion = []int{2, 2110, 10} +var waVersion = []int{2, 2121, 6} /* Session contains session individual information. To be able to resume the connection without scanning the qr code diff --git a/vendor/modules.txt b/vendor/modules.txt index 7eb77733..f79e83bd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -19,7 +19,7 @@ github.com/Philipp15b/go-steam/protocol/steamlang github.com/Philipp15b/go-steam/rwu github.com/Philipp15b/go-steam/socialcache github.com/Philipp15b/go-steam/steamid -# github.com/Rhymen/go-whatsapp v0.1.2-0.20210407153411-c58e164e05b8 +# github.com/Rhymen/go-whatsapp v0.1.2-0.20210615184944-2b8a3e9b8aa2 ## explicit github.com/Rhymen/go-whatsapp github.com/Rhymen/go-whatsapp/binary |