diff --git a/files/routes/votes.py b/files/routes/votes.py index 95ecf095e..07ee5e453 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -173,7 +173,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): if target.author.progressivestack: mul = 2 if cls == Submission: - if (target.domain.endswith('.win') + if (target.domain.endswith('.win') or 'forum' in domain or (target.domain in BOOSTED_SITES and not target.url.startswith('/')) or target.sub in BOOSTED_HOLES): mul = 2