mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
missing values for teaser user icons
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = function(Topics) {
|
|||||||
return array.indexOf(uid) === index;
|
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) {
|
function(usersData, next) {
|
||||||
var users = {};
|
var users = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user