From c605e9bcdb8719ca53e6b7412de1898d306b2ddb Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 23 Feb 2024 19:31:27 +0200 Subject: [PATCH] boost new users by 2 --- files/routes/votes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/routes/votes.py b/files/routes/votes.py index 8ad9618a5..813d29eff 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -161,6 +161,8 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): mul = 4 elif target.author.progressivestack or (IS_HOMOWEEN() and target.author.zombie < 0) or target.author.admin_level >= PERMS['IS_PERMA_PROGSTACKED']: mul = 2 + elif SITE == 'rdrama.net' and target.author.new_user and not target.author.alts: + mul = 2 elif SITE == 'rdrama.net' and cls == Post: if target.domain.endswith('.win') \ or any(i in target.domain for i in ('forum','community','chan','lemmy','mastodon')) \