diff options
author | snikpic <55280326+snikpic@users.noreply.github.com> | 2021-11-02 21:11:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 21:11:42 +0100 |
commit | d1f83470716f9f8284d10d27808dc7bbb7cae64e (patch) | |
tree | 35d12efdd801e036ec77f0f3e2b7908c6ecafac4 /vendor/github.com/Rhymen | |
parent | 8601eedada92b618987d79318678cc43b05a05c7 (diff) | |
download | matterbridge-msglm-d1f83470716f9f8284d10d27808dc7bbb7cae64e.tar.gz matterbridge-msglm-d1f83470716f9f8284d10d27808dc7bbb7cae64e.tar.bz2 matterbridge-msglm-d1f83470716f9f8284d10d27808dc7bbb7cae64e.zip |
Update go-whatsapp version (#1630)
Diffstat (limited to 'vendor/github.com/Rhymen')
-rw-r--r-- | vendor/github.com/Rhymen/go-whatsapp/session.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/Rhymen/go-whatsapp/session.go b/vendor/github.com/Rhymen/go-whatsapp/session.go index 055a63dd..63a6905c 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, 2121, 6} +var waVersion = []int{2, 2142, 12} /* Session contains session individual information. To be able to resume the connection without scanning the qr code |