From 21aff0976b7d140308e764ef9540343567a170d8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 30 Oct 2022 00:49:53 +0200 Subject: [PATCH] add more boosted sites --- files/routes/votes.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/routes/votes.py b/files/routes/votes.py index 196be8b2e..cfce3a819 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -140,6 +140,9 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): target.realupvotes = get_vote_count(0, True) # first arg is ignored here boost_sites = { + 'rdrama.net', + 'pcmemes.net', + 'watchpeopledie.tv', 'quora.com', 'cumtown.org', 'notabug.io', @@ -169,6 +172,16 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): 'poa.st', 'lbry.com', 'crystal.cafe', + 'tribel.com', + 'mstdn.social', + 'mastodon.online', + 'steemit.com', + 'hexbear.net', + 'raddle.me', + 'lemmy.ml', + 'bluelight.org', + 'incels.is', + 'groups.google.com', } if target.author.progressivestack or (cls == Submission and (target.sub in ('space', 'istory', 'dinos') or target.domain.endswith('.win') or target.domain in boost_sites)):