mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
more accurate "active users": 7417
This commit is contained in:
@@ -30,9 +30,9 @@ var
|
|||||||
{ 'auth.local': { $exists: true }},
|
{ 'auth.local': { $exists: true }},
|
||||||
{ 'auth.facebook': { $exists: true }}
|
{ 'auth.facebook': { $exists: true }}
|
||||||
],
|
],
|
||||||
$where: function(){
|
// $where: function(){
|
||||||
return this.history && this.history.exp && this.history.exp.length > 14;
|
// return this.history && this.history.exp && this.history.exp.length > 7;
|
||||||
},
|
// },
|
||||||
'lastCron': {$gt: twoWeeksAgo}
|
'lastCron': {$gt: twoWeeksAgo}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user