Skip to content

Commit

Permalink
#50, #51 Telegram thread id support. Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
butorov committed May 5, 2024
1 parent 2b2dd1e commit a3290a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_telegram/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TelegramNotificationsOptionsForm(notify.NotificationConfigurationForm):
widget=forms.Textarea(attrs={'class': 'span6'}),
help_text=_('Enter receivers IDs (one per line). Personal messages, group chats and channels also available. '
'If you want to specify a thread ID, separate it with "/" (e.g. "12345/12").'),

)
message_template = forms.CharField(
label=_('Message template'),
widget=forms.Textarea(attrs={'class': 'span4'}),
Expand Down

0 comments on commit a3290a9

Please sign in to comment.