fuf
This commit is contained in:
parent
45160d8df8
commit
29f53c5e96
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function notEmpty(str) {
|
|||
return str.trim() !== ''
|
||||
}
|
||||
|
||||
const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/;
|
||||
const regexCutTags = /[\S\s]{1,475}[^,]{0,25}/;
|
||||
function formatTags(tags) {
|
||||
const tagString = decode(tags.join(', '));
|
||||
|
||||
|
|
Loading…
Reference in a new issue