mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Revert "Don't get reputation every time"
This reverts commit 994dba86f6
.
This commit is contained in:
parent
994dba86f6
commit
d7f352d699
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ async function chooseSegments(segments: DBSegment[], max: number): Promise<DBSeg
|
|||
currentGroup.votes += segment.votes;
|
||||
}
|
||||
|
||||
// if (segment.userID) segment.reputation = Math.min(segment.reputation, await getReputation(segment.userID));
|
||||
if (segment.userID) segment.reputation = Math.min(segment.reputation, await getReputation(segment.userID));
|
||||
if (segment.reputation > 0) {
|
||||
currentGroup.reputation += segment.reputation;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue