forked from MarseyWorld/MarseyWorld
make effortposts immune to "chud" award (janny chuds unaffected)
parent
e28049ea65
commit
a1b226117b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue