Skip to content

Commit

Permalink
prompt_spamfilter added. see #231
Browse files Browse the repository at this point in the history
  • Loading branch information
micz committed Feb 11, 2025
1 parent 7355934 commit 262cfd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions js/mzta-prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];


Expand Down

0 comments on commit 262cfd8

Please sign in to comment.