Skip to content

Release 20260417112836

Choose a tag to compare

@github-actions github-actions released this 17 Apr 11:30
41d4515
feat(stats): suppress link previews on /stats response (#28)

The /stats leaderboard embeds each video's source URL, so Telegram auto-
previewed the first URL and Discord auto-embedded all of them, dwarfing the
actual ranking. Add a disableWebPreview flag on Context, set it in
StatsHandler, and honor it in TextResponseHandler via
tele.SendOptions.DisableWebPagePreview on Telegram and
discordgo.MessageFlagsSuppressEmbeds on Discord.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>