aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mod/notification-telegram.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-08-06 16:26:22 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-08-06 16:35:51 +0200
commitc37739c2f6b050c965e0fa734309e1ecbed90add (patch)
treeede7d0c1069c962f86d6da255e55a8dc4d6c37d7 /doc/mod/notification-telegram.md
parent0aeb34e5e9cb9ddaee7316b60e0e9eaeadb428d3 (diff)
mod/notification-telegram: introduce $PurgeTelegramQueue
... to purge the queue and remove the scheduler.
Diffstat (limited to 'doc/mod/notification-telegram.md')
-rw-r--r--doc/mod/notification-telegram.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mod/notification-telegram.md b/doc/mod/notification-telegram.md
index 40e6fb1..89659c8 100644
--- a/doc/mod/notification-telegram.md
+++ b/doc/mod/notification-telegram.md
@@ -73,6 +73,11 @@ Place this before you call them:
:global SendTelegram;
:global SendNotification;
+In case there is a situation when the queue needs to be purged there is a
+function available:
+
+ $PurgeTelegramQueue;
+
Tips & Tricks
-------------