Skip to content

Commit

Permalink
Fixed typo; Updated CHANGELOG PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
polshe-v committed Nov 27, 2023
1 parent 703526c commit af0f8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- TBD

## New features
- [Telegram] Added new telegram_thread_id setting for sending alerts to different threads of supergroup/forum. - [#???](https://github.com/jertel/elastalert2/pull/???) - @polshe-v
- [Telegram] Added new telegram_thread_id setting for sending alerts to different threads of supergroup/forum. - [#1319](https://github.com/jertel/elastalert2/pull/1319) - @polshe-v

## Other changes
- Update setup.py & requirements.txt & requirements-dev.txt - [#1316](https://github.com/jertel/elastalert2/pull/1316) - @nsano-rururu
Expand Down
2 changes: 1 addition & 1 deletion elastalert/alerters/telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def alert(self, matches):
'text': body,
'parse_mode': self.telegram_parse_mode,
'disable_web_page_preview': True,
'message_thread_id': self.self.telegram_thread_id
'message_thread_id': self.telegram_thread_id
}

try:
Expand Down

0 comments on commit af0f8a5

Please sign in to comment.