welcome message: point updates-channel mention at @ziodotsh

Rename the official updates channel mention from @zio to @ziodotsh in the
welcome message template and update the affected send-message test.
This commit is contained in:
Astra 2026-09-09 13:49:07 +01:00
parent be3623797e
commit 7b662ad647
2 changed files with 7 additions and 6 deletions

View file

@ -9,7 +9,7 @@ import (
// officialUpdatesChannelMention is the public @username of the updates channel
// linked from the welcome message. It is carried both in the template text and
// in a MessageEntityMention so clients render it as a tappable link.
const officialUpdatesChannelMention = "@zio"
const officialUpdatesChannelMention = "@ziodotsh"
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 " + officialUpdatesChannelMention + " for all the latest updates!"