mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 01:11:36 +02:00
wcValue -> wildcards (readability)
This commit is contained in:
parent
b6bda7f45f
commit
cc119297e8
2 changed files with 4 additions and 4 deletions
|
@ -1718,9 +1718,9 @@ function FTNMessageScanTossModule() {
|
|||
|
||||
const metaPairs = [
|
||||
{
|
||||
name : 'short_file_name',
|
||||
value : replaces.toUpperCase(), // we store upper as well
|
||||
wcValue : true, // value may contain wildcards
|
||||
name : 'short_file_name',
|
||||
value : replaces.toUpperCase(), // we store upper as well
|
||||
wildcards : true, // value may contain wildcards
|
||||
},
|
||||
{
|
||||
name : 'tic_origin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue