mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Removed condition where in_list was set whenever frontpage lists where fetched
This commit is contained in:
@@ -410,7 +410,7 @@ io.on('connection', function(socket){
|
||||
socket.emit("update_required");
|
||||
}
|
||||
|
||||
in_list = false;
|
||||
//in_list = false;
|
||||
|
||||
db.collection("frontpage_lists").find({frontpage:true}, function(err, docs){
|
||||
db.collection("connected_users").find({"_id": "total_users"}, function(err, tot){
|
||||
|
||||
Reference in New Issue
Block a user