This commit is contained in:
Ashley Graves 2024-10-12 11:15:52 +02:00
parent 468491c6af
commit c49108639c

View file

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