decrease min <p> limit

master
Aevann 2024-04-11 08:01:51 +02:00
parent 8b505d4b8c
commit 33ed54391f
1 changed files with 1 additions and 1 deletions

View File

@ -2053,7 +2053,7 @@ def mark_effortpost(pid, v):
min_lines = 10
else:
min_chars = 3000
min_lines = 40
min_lines = 20
if len(p.body) < min_chars or p.body_html.count('<p>') < min_lines:
abort(403, "Post is too short!")