mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-22 09:15:03 +00:00
Disable match_embeds by default in other triggers as well. Add strip_markdown option to match_regex as well.
This commit is contained in:
parent
e521fa6ec3
commit
aafb245b48
3 changed files with 10 additions and 3 deletions
|
@ -40,7 +40,7 @@ export const MatchLinksTrigger = automodTrigger<MatchResultType>()({
|
|||
defaultConfig: {
|
||||
include_subdomains: true,
|
||||
match_messages: true,
|
||||
match_embeds: true,
|
||||
match_embeds: false,
|
||||
match_visible_names: false,
|
||||
match_usernames: false,
|
||||
match_nicknames: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue