diff options
author | Nathanaƫl <contact@nathanaelhoun.fr> | 2021-06-16 20:35:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 20:35:09 +0200 |
commit | dedc1c45a113d8db373d9e4638f54a0f9d29624f (patch) | |
tree | d7174b629d8d38fbc4e82c0fb1e9a8ae1eb27641 /vendor/github.com/Rhymen/go-whatsapp/session.go | |
parent | 6a12f9ff843e2114edb5c7c60cb5f9faf4f608a4 (diff) | |
download | matterbridge-msglm-dedc1c45a113d8db373d9e4638f54a0f9d29624f.tar.gz matterbridge-msglm-dedc1c45a113d8db373d9e4638f54a0f9d29624f.tar.bz2 matterbridge-msglm-dedc1c45a113d8db373d9e4638f54a0f9d29624f.zip |
Update Rhymen/go-whatsapp module to latest master (2b8a3e9b8aa2) (#1518)
Diffstat (limited to 'vendor/github.com/Rhymen/go-whatsapp/session.go')
-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 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 |