mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 14:37:17 +03:00
make VIP submissions take priority.
This commit is contained in:
@@ -228,7 +228,7 @@ module.exports = async function postSkipSegments(req, res) {
|
|||||||
let startingVotes = 0;
|
let startingVotes = 0;
|
||||||
if (vipRow.userCount > 0) {
|
if (vipRow.userCount > 0) {
|
||||||
//this user is a vip, start them at a higher approval rating
|
//this user is a vip, start them at a higher approval rating
|
||||||
startingVotes = 10;
|
startingVotes = 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const segmentInfo of segments) {
|
for (const segmentInfo of segments) {
|
||||||
|
|||||||
Reference in New Issue
Block a user