This commit is contained in:
Ashley Graves 2024-10-12 01:12:43 +02:00
parent 45160d8df8
commit 29f53c5e96

View file

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