geg
This commit is contained in:
parent
13694c747f
commit
2e2f9c9bcd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ function notEmpty(str) {
|
|||
return str.trim() !== ''
|
||||
}
|
||||
|
||||
const regexCutTags = /[\S\s]{1,800}[^,]{0,100}/;
|
||||
const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/;
|
||||
function formatTags(tags) {
|
||||
const tagString = decode(tags.join(', '));
|
||||
|
||||
|
|
Loading…
Reference in a new issue