Merge pull request 'gay' (#5) from dev into mistress

Reviewed-on: #5
This commit is contained in:
Ashley Graves 2024-10-11 12:56:30 +00:00
commit dc31bc8093

View file

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