forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-06-28 06:51:37 +02:00
commit 61d0c34b05
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,7 @@ def api_comment(v):
)
g.db.add(ma)
g.db.commit()
return {"error": "Too much spam!"}, 403
if len(body_html) > 20000: abort(400)
@ -715,6 +716,7 @@ def edit_comment(cid, v):
comment.ban_reason = "AutoJanny"
g.db.add(comment)
g.db.commit()
return {"error": "Too much spam!"}, 403
body += process_files()