Lichess4545/heltour

if team slack channels are not set, in team_spam we still claim to have sent team messages

Open

#659 opened on Jun 3, 2025

 (0 comments) (0 reactions) (0 assignees)Python (12 forks)auto 404
P3 - low[Team]buggood first issuepython

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

in team_spam we reasonably only (try to) send team messages to teams that have a channel set. but then we proceed to claim that we sent messages to all the teams. we should probably keep track of how many teams we actually tried to send messages to. and if it is not all teams, mention how many we skipped, possibly adding which ones.

this is minor, since automatic team creation should practically ensure that teams mostly have slack channels set. but considering that automatic team creation was not working for years – this would have been a nice place to detect teams without channel set.

Contributor guide