mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-12 18:52:22 +02:00
truncateUserList on search
This commit is contained in:
@@ -47,6 +47,7 @@ define('forum/groups/list', function() {
|
||||
query: queryEl.val(),
|
||||
options: {
|
||||
expand: true,
|
||||
truncateUserList: true,
|
||||
sort: sortEl.val()
|
||||
}
|
||||
}, function(err, groups) {
|
||||
|
||||
Reference in New Issue
Block a user