mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
closes #2605
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user