diff --git a/src/topics/unread.js b/src/topics/unread.js index 548ea0ed93..8594ff371f 100644 --- a/src/topics/unread.js +++ b/src/topics/unread.js @@ -87,7 +87,7 @@ module.exports = function(Topics) { async.whilst(function() { return unreadTids.length < count && !done; }, function(next) { - Topics.getLatestTids(start, stop, 'month', function(err, tids) { + Topics.getLatestTids(start, stop, 'day', function(err, tids) { if (err) { return next(err); }