mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Started preliminary testing with local api-key. So far working.
- Need to fix response statuscodes - Need to test when strict not enabled - Need to test why sIO is not working - Need to test with userpassword - Need to add a secret way of storing allowed api-key
This commit is contained in:
@@ -228,7 +228,7 @@ function skip(list, guid, coll, offline, socket, callback) {
|
||||
}
|
||||
});
|
||||
}, "The channel is skipping too often, please wait ");
|
||||
}else if(!Functions.contains(docs[0].skips, guid)){
|
||||
} else if(!Functions.contains(docs[0].skips, guid)){
|
||||
db.collection(coll + "_settings").update({ id: "config" }, {$push:{skips:guid}}, function(err, d){
|
||||
if(frontpage_viewers[0].viewers == 2 && !strictSkip) {
|
||||
to_skip = 1;
|
||||
|
||||
Reference in New Issue
Block a user