Skip to content

Commit 1729069

Browse files
committed
feat(alerting): Added the ability to send messages to Telegram topics in groups.
1 parent daf9cc0 commit 1729069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

alerting/provider/telegram/telegram.go

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ func (cfg *Config) Merge(override *Config) {
5454
if len(override.ID) > 0 {
5555
cfg.ID = override.ID
5656
}
57+
if len(override.TopicId) > 0 {
58+
cfg.TopicId = override.TopicId
59+
}
5760
if len(override.ApiUrl) > 0 {
5861
cfg.ApiUrl = override.ApiUrl
5962
}

0 commit comments

Comments
 (0)