From acba02ed446e41342abe125d119a7eee019a30ab Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 4 Sep 2025 22:26:00 +0200 Subject: [PATCH] added info comment --- js/mzta-utils.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/js/mzta-utils.js b/js/mzta-utils.js index 281e5296..227c64a6 100644 --- a/js/mzta-utils.js +++ b/js/mzta-utils.js @@ -548,7 +548,14 @@ export function getAPIsInitMessageString(args = {}) { } export function getActiveSpecialPromptsIDs(args = {}) { - const { addtags = false, get_calendar_event = false, get_task = false, is_chatgpt_web = false } = args; + const { + addtags = false, + get_calendar_event = false, + get_task = false, + is_chatgpt_web = false + } = args; + // The Antispam filter is not here, because this method is used only + // to reload the ThunderAI button menu, not the context menu let output = []; // console.log(">>>>>>>>>> getActiveSpecialPromptsIDs args: " + JSON.stringify(args)); if (is_chatgpt_web) {