mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
moved recent popular
This commit is contained in:
@@ -12,8 +12,7 @@ var async = require('async'),
|
||||
|
||||
var unreadController = {};
|
||||
|
||||
|
||||
unreadController.unread = function(req, res, next) {
|
||||
unreadController.get = function(req, res, next) {
|
||||
var stop = (parseInt(meta.config.topicsPerList, 10) || 20) - 1;
|
||||
var results;
|
||||
var cid = req.query.cid;
|
||||
|
||||
Reference in New Issue
Block a user