mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
derp
This commit is contained in:
@@ -190,7 +190,7 @@ SocketTopics.markAsUnreadForAll = function(socket, tids, callback) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
db.sortedSetAdd('topics:recent', Date.now(), tid, function(err) {
|
||||
topics.updateRecent(tid, Date.now(), function(err) {
|
||||
if(err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user