Merge remote-tracking branch 'origin/dev'

This commit is contained in:
Flummi 2022-07-28 12:47:24 +02:00
commit dc14d2f78f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "f0ckv2",
"version": "2.2.0",
"version": "2.2.1",
"description": "f0ck, kennste?",
"main": "index.mjs",
"scripts": {

View File

@ -30,7 +30,7 @@ export default router => {
const postid = +req.params.postid;
const tagname = req.post.tagname?.trim();
if(tagname.length >= 45) {
if(tagname.length > 70) {
return res.json({
success: false,
msg: 'tag is too long!'