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