increase /h/highrollerclub's boost from 1.25 to 2

pull/195/head
Aevann 2023-08-18 23:39:33 +03:00
parent f41de4009d
commit 1962fe4d2d
2 changed files with 1 additions and 2 deletions

View File

@ -264,7 +264,6 @@ if SITE_NAME == 'rDrama':
'museumofrdrama',
'space',
'femaledatingstrategy',
'highrollerclub',
'meta',
}

View File

@ -133,7 +133,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 or target.sub == 'countryclub':
elif target.sub in STEALTH_HOLES or target.sub in {'countryclub', 'highrollerclub'}:
mul = 2
elif 6 <= datetime.fromtimestamp(target.created_utc).hour <= 10:
mul = 2