aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-09-28 19:53:32 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-09-28 19:53:32 +0200
commitb0db9c7d52ff9b4aa5b046f737ed055211e0edca (patch)
tree35e54dff8016dbbcbff58d32896941f3f49fb99d
parent9ea6b159b697359ace83f45d1cbd12cb6b0d6dd5 (diff)
global-functions: $SendTelegram: scissors symbol for truncation
-rw-r--r--global-functions3
1 files changed, 2 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 5aab671..e6eb93b 100644
--- a/global-functions
+++ b/global-functions
@@ -758,7 +758,7 @@
:local Text ("[" . $Identity . "] " . $Subject . "\n\n" . $Message);
:if ([ :len $Text ] > 3968) do={
- :set Text ([ :pick $Text 0 3840 ] . "...\n\n" . [ $SymbolForNotification "warning-sign" ] . \
+ :set Text ([ :pick $Text 0 3840 ] . "...\n\n" . [ $SymbolForNotification "scissors" ] . \
"The Telegram message was too long and has been truncated.");
}
:set Text [ $UrlEncode $Text ];
@@ -799,6 +799,7 @@
"lock-with-ink-pen"="\F0\9F\94\8F";
"mobile-phone"="\F0\9F\93\B1";
"pushpin"="\F0\9F\93\8C";
+ "scissors"="\E2\9C\82";
"sparkles"="\E2\9C\A8";
"warning-sign"="\E2\9A\A0";
"white-heavy-check-mark"="\E2\9C\85"