|
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 3m7s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m24s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
🚀 Deploy / 🧪 Test (push) Successful in 3m5s
🚀 Deploy / ʦ🔍 Typecheck & Lint (push) Successful in 1m22s
🚀 Deploy / 🐳 Build (push) Successful in 1m12s
🚀 Deploy / 🚀 Deploy (push) Successful in 12s
In playoff "Scored Matches" Discord notifications, the winner's manager tag was shown unconditionally but the loser's was gated behind isLoserNotifiable, which is only true when the loser scored or was eliminated. A World Cup semifinal loser (drops to the 3rd-place playoff) or an AFL Qualifying-Final loser (drops to a Semi Final) is neither, so their tag was dropped: • Argentina (philosohraptors) def. England Decouple the loser's display name from the ping gate, mirroring the winner: loserUsername is now shown whenever the loser's team is drafted, while the @-ping (loserDiscordUserId) stays gated by showLoser. A still-alive loser is named for context but not pinged: • Argentina (philosohraptors) def. England (elementsoul) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bracket-simulator.test.ts | ||
| discord.test.ts | ||
| draft-discord.server.test.ts | ||
| draft-email.server.test.ts | ||
| ev-calculator.test.ts | ||
| icm-calculator.test.ts | ||
| probability-engine.test.ts | ||
| probability-updater.test.ts | ||
| qualifying-points-discord.server.test.ts | ||
| sync-tournament-results.test.ts | ||