From 5741924cf92f3ff5c403d7d1ea34d5d6a47c8cf7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 28 Jan 2020 21:51:27 +0100 Subject: global-functions: replace deprecated keep-result=no with output=none --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions b/global-functions index f510218..78c8a9f 100644 --- a/global-functions +++ b/global-functions @@ -164,7 +164,7 @@ :if ([ :len $TelegramTokenId ] > 0 && [ :len $TelegramChatId ] > 0) do={ $CertificateAvailable "Go Daddy Secure Certificate Authority - G2"; :do { - / tool fetch check-certificate=yes-without-crl keep-result=no http-method=post \ + / tool fetch check-certificate=yes-without-crl output=none http-method=post \ ("https://api.telegram.org/bot" . $TelegramTokenId . "/sendMessage") \ http-data=("chat_id=" . $TelegramChatId . "&disable_notification=" . $Silent . \ "&text=" . [ $UrlEncode ("[" . $Identity . "] " . $Subject . "\n\n" . $Message) ]); -- cgit v1.2.3-54-g00ecf