boost /h/countryclub by x2

pull/171/head
Aevann 2023-07-20 19:54:59 +03:00
parent 32fddda3f6
commit 16fb709c00
2 changed files with 1 additions and 2 deletions

View File

@ -248,7 +248,6 @@ if SITE_NAME == 'rDrama':
'anime',
'gaybros',
'againsthateholes',
'countryclub',
'changelog',
'programming',
'slackernews',

View File

@ -179,7 +179,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
or 'forum' in target.domain or 'chan' in target.domain or 'lemmy' in target.domain
or (target.domain in BOOSTED_SITES and not target.url.startswith('/'))):
mul = 2
elif target.sub in STEALTH_HOLES:
elif target.sub in STEALTH_HOLES or target.sub == 'countryclub':
mul = 2
elif target.sub in BOOSTED_HOLES:
mul = 1.25