From 1e8fb4b2b64d43ee1844ee9e16f0c3164de74b2d Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 17 Jul 2026 07:58:25 +0200 Subject: [PATCH] tag is too long lmao --- src/inc/routes/apiv2/tags.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inc/routes/apiv2/tags.mjs b/src/inc/routes/apiv2/tags.mjs index fddefa6..2403abe 100644 --- a/src/inc/routes/apiv2/tags.mjs +++ b/src/inc/routes/apiv2/tags.mjs @@ -43,7 +43,7 @@ export default router => { }); } - if (tagname.length > 70) { + if (tagname.length > 85) { return res.json({ success: false, msg: 'tag is too long!'