diff --git a/files/routes/posts.py b/files/routes/posts.py index ae39aac2c..3ebf3dec0 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -550,7 +550,7 @@ def submit_post(v, hole=None): if url == '': url = None - flag_chudded = v.chud and hole != 'chudrama' + flag_chudded = v.chud and hole != 'chudrama' and not (len(body) > 1000 and not v.chudded_by) p = Post( private=flag_private,