forked from rDrama/rDrama
1
0
Fork 0

apply perma progstack to /h/masterbaiters

master
Aevann1 2022-11-07 08:44:36 +02:00
parent 2a66ee7d04
commit be2b4b6b59
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
if SITE_NAME == 'rDrama':
target.realupvotes = get_vote_count(0, True) # first arg is ignored here
if target.author.progressivestack or (cls == Submission and (target.domain.endswith('.win') or target.domain in BOOSTED_SITES or len(target.body) > 5000)):
if target.author.progressivestack or (cls == Submission and (target.domain.endswith('.win') or target.domain in BOOSTED_SITES or len(target.body) > 5000 or target.sub == 'masterbaiters')):
target.realupvotes *= 2
if cls == Submission and target.sub and target.sub not in ('space', 'istory', 'dinos', 'furry', 'anime', 'slackernews', 'gaybros', 'againsthateholes', 'femboy'):