Skip to content

Commit

Permalink
feat(inclusion_monitor): send html first
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Feb 8, 2024
1 parent 4fa862e commit 195373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/inclusion_monitor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ async fn report_missing_payload(
}

if publish_errors.is_empty() && late_call_stats.is_some() {
send_telegram_warning(&message, "MarkdownV2").await?;
send_telegram_warning(&message, "HTML").await?;
send_telegram_warning(&message, "MarkdownV2").await?;
} else {
send_telegram_alert(&message).await?;
}
Expand Down

0 comments on commit 195373c

Please sign in to comment.