diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-26 00:18:07 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-29 23:02:48 +0200 |
commit | d6e315580bf354e7a5620955c707e604d3cdaf9e (patch) | |
tree | f755b6eb50ef481aab79fa622cccd73578844757 /mod | |
parent | e7cdb2d7f454fa093b6b9be3e38a86a90d344d55 (diff) |
mod/notification-telegram: capitalize Telegram in message
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notification-telegram.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-telegram.rsc b/mod/notification-telegram.rsc index 745367a..440e0dd 100644 --- a/mod/notification-telegram.rsc +++ b/mod/notification-telegram.rsc @@ -149,7 +149,7 @@ "&parse_mode=MarkdownV2&text=" . [ $UrlEncode $Text ]) as-value ]->"data"); :set ($TelegramMessageIDs->[ :tostr ([ :deserialize from=json value=$Data ]->"result"->"message_id") ]) 1; } on-error={ - $LogPrint info $0 ("Failed sending telegram notification! Queuing..."); + $LogPrint info $0 ("Failed sending Telegram notification! Queuing..."); :if ([ :typeof $TelegramQueue ] = "nothing") do={ :set TelegramQueue ({}); |