From 165f81414c37386b6d9b84be87ba9c73253bc37b Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 8 Sep 2026 13:31:39 +0100 Subject: [PATCH] Add @zio channel invite to the sign-in welcome message --- internal/domain/welcome_message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/domain/welcome_message.go b/internal/domain/welcome_message.go index a398d778..9fea9acc 100644 --- a/internal/domain/welcome_message.go +++ b/internal/domain/welcome_message.go @@ -6,7 +6,7 @@ import ( "strings" ) -const officialWelcomeMessageTemplate = "👋 Welcome to OwpenGram!\n\nYou just signed in via %s.\n\nIf this wasn't you, revoke this session from \"Settings > Privacy and Security > Active sessions\" immediately." +const officialWelcomeMessageTemplate = "👋 Welcome to OwpenGram!\n\nYou just signed in via %s.\n\nIf this wasn't you, revoke this session from \"Settings > Privacy and Security > Active sessions\" immediately.\n\nIf you haven't already, feel free to join @zio for all the latest updates!" // OfficialWelcomeMessage builds the account-visible incoming message sent // from the official system account on every completed sign-in (SignUp and