v1.18.x
barisusakli 10 years ago
parent 61f069a071
commit 3eb922393f

@ -468,7 +468,7 @@ accountsController.getChats = function(req, res, next) {
return helpers.notFound(req, res); return helpers.notFound(req, res);
} }
async.parallel({ async.parallel({
contacts: async.apply(user.getFollowing, req.user.uid), contacts: async.apply(user.getFollowing, req.user.uid, 0, 19),
recentChats: async.apply(messaging.getRecentChats, req.user.uid, 0, 19) recentChats: async.apply(messaging.getRecentChats, req.user.uid, 0, 19)
}, function(err, results) { }, function(err, results) {
if (err) { if (err) {

Loading…
Cancel
Save