mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
more fixes
This commit is contained in:
@@ -624,7 +624,7 @@ var async = require('async'),
|
||||
|
||||
async.each(uids, function(uid, next) {
|
||||
Topics.getUnreadTids(uid, 0, 19, function(err, tids) {
|
||||
websockets.in('uid_' + uid).emit('event:unread.updateCount', tids.length);
|
||||
websockets.in('uid_' + uid).emit('event:unread.updateCount', null, tids.length);
|
||||
next();
|
||||
});
|
||||
}, function(err) {
|
||||
|
||||
Reference in New Issue
Block a user