aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-03-28 21:29:27 +0100
committerGravatar Christian Hesse <mail@eworm.de>2024-04-01 22:45:35 +0200
commitc01a424f4f41997d1b8b4a45c2bb033f37470393 (patch)
treeeb33dc6b1f169a3c433ecf389755c63fe187188a /global-functions.rsc
parent15ca80fbf7a066c307f5db9d0c688b9e85ed38d2 (diff)
telegram-chat: read file content...routeros-7.13-2change-126
... instead of getting it. This lifts the size limit, though we are still limited by Telegram message size. This requires RouterOS 7.13.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r--global-functions.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index bd72313..b2ef3a2 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -12,7 +12,7 @@
:local ScriptName [ :jobname ];
# expected configuration version
-:global ExpectedConfigVersion 125;
+:global ExpectedConfigVersion 126;
# global variables not to be changed by user
:global GlobalFunctionsReady false;