Skip to content

Commit

Permalink
handlewhatsapp: add message for wa-not-logged-in
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 11, 2024
1 parent e7d0842 commit 98b54a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/connector/handlewhatsapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 98b54a2

Please sign in to comment.