diff options
author | Christian Hesse <mail@eworm.de> | 2023-08-06 16:26:22 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-08-06 16:35:51 +0200 |
commit | c37739c2f6b050c965e0fa734309e1ecbed90add (patch) | |
tree | ede7d0c1069c962f86d6da255e55a8dc4d6c37d7 /doc | |
parent | 0aeb34e5e9cb9ddaee7316b60e0e9eaeadb428d3 (diff) |
mod/notification-telegram: introduce $PurgeTelegramQueue
... to purge the queue and remove the scheduler.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mod/notification-telegram.md | 5 |
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 ------------- |