From 3e0039c2666ae4cf2d45284e7a583f4ea2a0a85c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 12 Oct 2020 23:58:20 +0200 Subject: global-functions: $SendTelegram: use fixed-width font... ... but give configuration to opt-out. --- global-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'global-config') diff --git a/global-config b/global-config index c828a97..269ac6b 100644 --- a/global-config +++ b/global-config @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 30; +:global GlobalConfigVersion 31; # This is used for DNS and backup file. :global Domain "example.com"; @@ -28,6 +28,8 @@ :global TelegramChatId ""; #:global TelegramTokenId "123456:ABCDEF-GHI"; #:global TelegramChatId "12345678"; +# This is whether or not to send Telegram messages with fixed-width font. +:global TelegramFixedWidthFont true; # Toggle this to disable symbols in notifications. :global NotificationsWithSymbols true; -- cgit v1.2.3-54-g00ecf