diff --git a/src/controllers/accounts.js b/src/controllers/accounts.js index 64a6d26786..1049f06269 100644 --- a/src/controllers/accounts.js +++ b/src/controllers/accounts.js @@ -498,7 +498,7 @@ accountsController.getChats = function(req, res, next) { } async.parallel({ - contacts: async.apply(user.getFollowing, req.user.uid, 0, 19), + contacts: async.apply(user.getFollowing, req.user.uid, 0, 199), recentChats: async.apply(messaging.getRecentChats, req.user.uid, 0, 19) }, function(err, results) { if (err) {