From 98b54a27fc2b109fa9c4404677040af3e766bbe7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 11 Sep 2024 20:34:29 +0300 Subject: [PATCH] handlewhatsapp: add message for wa-not-logged-in --- pkg/connector/handlewhatsapp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/connector/handlewhatsapp.go b/pkg/connector/handlewhatsapp.go index d8947908..3991b1fd 100644 --- a/pkg/connector/handlewhatsapp.go +++ b/pkg/connector/handlewhatsapp.go @@ -35,6 +35,7 @@ const ( func init() { status.BridgeStateHumanErrors.Update(status.BridgeStateErrorMap{ WALoggedOut: "You were logged out from another device. Relogin to continue using the bridge.", + WANotLoggedIn: "You're not logged into WhatsApp. Relogin to continue using the bridge.", WAMainDeviceGone: "Your phone was logged out from WhatsApp. Relogin to continue using the bridge.", WAUnknownLogout: "You were logged out for an unknown reason. Relogin to continue using the bridge.", WANotConnected: "You're not connected to WhatsApp",