From 262cfd8c17fe2cab4106445fcceaed8324ecd62d Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 11 Feb 2025 22:04:15 +0100 Subject: [PATCH] prompt_spamfilter added. see #231 --- js/mzta-prompts.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/js/mzta-prompts.js b/js/mzta-prompts.js index bf7e35da..fdc067f1 100644 --- a/js/mzta-prompts.js +++ b/js/mzta-prompts.js @@ -195,6 +195,19 @@ const specialPrompts = [ is_default: "1", is_special: "1", }, + { + id: 'prompt_spamfilter', + name: "__MSG_prompt_spamfilter__", + text: "prompt_spamfilter_full_text", + type: "1", + action: "0", + need_selected: "0", + need_signature: "0", + need_custom_text: "0", + define_response_lang: "0", + is_default: "1", + is_special: "1", + }, ];