You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>