missing values for teaser user icons

v1.18.x
Julian Lam 10 years ago
parent 730a62519f
commit 9120cb8e82

@ -44,7 +44,7 @@ module.exports = function(Topics) {
return array.indexOf(uid) === index;
});
user.getUsersFields(uids, ['uid', 'username', 'userslug', 'picture'], next);
user.getUsersFields(uids, ['uid', 'username', 'userslug', 'picture', 'icon:bgColor', 'icon:text'], next);
},
function(usersData, next) {
var users = {};

Loading…
Cancel
Save