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