feat: improve matching [skip ci]

This commit is contained in:
oSumAtrIX 2023-07-13 19:42:43 +02:00
parent 91374d6e24
commit 1269b91ebb
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -410,7 +410,7 @@
954147049832603748 954147049832603748
], ],
"match": [ "match": [
"(?i)(((seekbar|preview|timeline|time|thumbnail).*){2,})" "(?i)(((seek|preview|timeline|time |thumbnail).*){2,})"
] ]
}, },
"excludes": { "excludes": {
@ -449,6 +449,11 @@
"url": "" "url": ""
} }
} }
},
"thread_options": {
"close_on_response": true,
"lock_on_response": false,
"only_on_first_message": false
} }
} }
] ]