mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
recent page, for hour, day, week, month
This commit is contained in:
@@ -783,7 +783,7 @@ module.exports.init = function(io) {
|
||||
var start = data.after,
|
||||
end = start + 9;
|
||||
|
||||
topics.getLatestTopics(uid, start, end, function(latestTopics) {
|
||||
topics.getLatestTopics(uid, start, end, data.term, function(latestTopics) {
|
||||
callback(latestTopics);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user