This commit is contained in:
Ashley Graves 2024-10-12 00:44:50 +02:00
parent f30fc0e068
commit 13694c747f

View file

@ -63,7 +63,7 @@ function notEmpty(str) {
return str.trim() !== ''
}
const regexCutTags = /[\S\s]{1,875}[^,]{0,25}/;
const regexCutTags = /[\S\s]{1,800}[^,]{0,100}/;
function formatTags(tags) {
const tagString = decode(tags.join(', '));