From a142cf628e249cf6b525cdd37da985723562e739 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 8 Nov 2021 17:31:50 +0200 Subject: [PATCH] Update bridge state message and whatsmeow --- bridgestate.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bridgestate.go b/bridgestate.go index bc5dc8e..0e1fe30 100644 --- a/bridgestate.go +++ b/bridgestate.go @@ -56,7 +56,7 @@ const ( var bridgeHumanErrors = map[BridgeErrorCode]string{ WANotLoggedIn: "You're not logged into WhatsApp", WANotConnected: "You're not connected to WhatsApp", - WAConnecting: "Trying to reconnect to WhatsApp. Please make sure WhatsApp is running on your phone and connected to the internet.", + WAConnecting: "Reconnecting to WhatsApp...", WAServerTimeout: "The WhatsApp web servers are not responding. The bridge will try to reconnect.", } diff --git a/go.mod b/go.mod index 6866ca2..8cd7b46 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/mattn/go-sqlite3 v1.14.9 github.com/prometheus/client_golang v1.11.0 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e - go.mau.fi/whatsmeow v0.0.0-20211108135819-c170c0ff70c9 + go.mau.fi/whatsmeow v0.0.0-20211108140151-7b77d3d2ab0a golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d google.golang.org/protobuf v1.27.1 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b diff --git a/go.sum b/go.sum index ca66423..b73b2ab 100644 --- a/go.sum +++ b/go.sum @@ -139,8 +139,8 @@ github.com/tidwall/sjson v1.2.3 h1:5+deguEhHSEjmuICXZ21uSSsXotWMA0orU783+Z7Cp8= github.com/tidwall/sjson v1.2.3/go.mod h1:5WdjKx3AQMvCJ4RG6/2UYT7dLrGvJUV1x4jdTAyGvZs= go.mau.fi/libsignal v0.0.0-20211024113310-f9fc6a1855f2 h1:xpQTMgJGGaF+c8jV/LA/FVXAPJxZbSAGeflOc+Ly6uQ= go.mau.fi/libsignal v0.0.0-20211024113310-f9fc6a1855f2/go.mod h1:3XlVlwOfp8f9Wri+C1D4ORqgUsN4ZvunJOoPjQMBhos= -go.mau.fi/whatsmeow v0.0.0-20211108135819-c170c0ff70c9 h1:XAQbPD10iwgmH2yewiGmyWasiHaSGtMbYa/ag0R7pq0= -go.mau.fi/whatsmeow v0.0.0-20211108135819-c170c0ff70c9/go.mod h1:ODEmmqeUn9eBDQHFc1S902YA3YFLtmaBujYRRFl53jI= +go.mau.fi/whatsmeow v0.0.0-20211108140151-7b77d3d2ab0a h1:2yVw9VDHDH3OIUgciPcCShp4g7SRFexPxBo9aQwW7ak= +go.mau.fi/whatsmeow v0.0.0-20211108140151-7b77d3d2ab0a/go.mod h1:ODEmmqeUn9eBDQHFc1S902YA3YFLtmaBujYRRFl53jI= golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=