This commit is contained in:
barisusakli
2015-07-03 16:42:48 -04:00
parent f2bebb12c6
commit 491d376fb4
6 changed files with 192 additions and 28 deletions

View File

@@ -79,7 +79,9 @@ groupsController.details = function(req, res, next) {
async.parallel({
group: function(next) {
groups.get(res.locals.groupName, {
uid: req.uid
uid: req.uid,
truncateUserList: true,
userListCount: 20
}, next);
},
posts: function(next) {