mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
closes #4611
This commit is contained in:
@@ -78,6 +78,8 @@ unreadController.get = function(req, res, next) {
|
||||
return filter && filter.selected;
|
||||
})[0];
|
||||
|
||||
results.unreadTopics.querystring = req.query.cid ? ('?cid=' + req.query.cid) : '';
|
||||
|
||||
res.render('unread', results.unreadTopics);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user