Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 494a064

Browse files
committed
Rebase branch on master and fix conflicts
1 parent 2d737a8 commit 494a064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/alert/manager.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ func (am *alertManager) handleTelegramPost(alert core.Alert, policy *core.AlertP
174174

175175
// Create Telegram event trigger
176176
event := &client.AlertEventTrigger{
177-
Message: am.interpolator.TelegramMessage(alert, policy.Msg),
178-
Severity: alert.Sev,
177+
Message: am.interpolator.TelegramMessage(alert, policy.Msg),
178+
Alert: alert,
179179
}
180180

181181
for _, tc := range telegramClients {

0 commit comments

Comments
 (0)