give jannies progstack

pull/83/head
Aevann1 2022-12-22 16:08:18 +02:00
parent 837000505f
commit b96c0642bd
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
target.realupvotes = get_vote_count(0, True) # first arg is ignored here
mul = 1
if target.author.progressivestack:
if target.author.progressivestack or (target.author.admin_level and target.author.id != CARP_ID):
mul = 2
if cls == Submission:
if (target.domain.endswith('.win') or 'forum' in target.domain