mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
show day/week/month/year popular topics
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = function(Topics) {
|
||||
var terms = {
|
||||
day: 86400000,
|
||||
week: 604800000,
|
||||
month: 2592000000
|
||||
month: 2592000000,
|
||||
year: 31104000000
|
||||
};
|
||||
|
||||
var since = terms.day;
|
||||
|
||||
Reference in New Issue
Block a user