Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pkg/notifier/slack/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ func (s *NotifyService) Plan(ctx context.Context, param *notifier.ParamExec) err
logrus.WithField("parent_ts", timestamp).Info("Sending error details in thread")
return s.postMessage(ctx, threadMessage, &timestamp)
}

// Send single message with full content
logrus.Info("Plan has errors or destroy changes, posting to Slack channel")
_, err = s.postMessageAndGetTimestamp(ctx, fullMessage, nil)
return err
}

Expand Down