make VIP submissions take priority.

This commit is contained in:
Ajay Ramachandran
2020-05-16 00:07:56 -04:00
parent 3e2ab9c30a
commit 0315aa67d7

View File

@@ -228,7 +228,7 @@ module.exports = async function postSkipSegments(req, res) {
let startingVotes = 0;
if (vipRow.userCount > 0) {
//this user is a vip, start them at a higher approval rating
startingVotes = 10;
startingVotes = 10000;
}
for (const segmentInfo of segments) {