Skip to content

Commit 3da25dd

Browse files
WZCopilot
andauthored
Update internal/integrations/slack/slack.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 603897e commit 3da25dd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

internal/integrations/slack/slack.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,9 +898,6 @@ func handleListMissing(api *slack.Client, db *sql.DB, cfg Config, cmd slack.Slas
898898
if user.RealName != "" {
899899
nameCandidates = append(nameCandidates, user.RealName)
900900
}
901-
if user.Name != "" {
902-
nameCandidates = append(nameCandidates, user.Name)
903-
}
904901
}
905902
if memberReportedThisWeek(uid, nameCandidates, reportedAuthorIDs, reportedAuthors) {
906903
continue

0 commit comments

Comments
 (0)