WIP user-icons

This commit is contained in:
Julian Lam
2015-09-27 12:57:21 -04:00
parent 839edc80b1
commit f6d5b52a8b
21 changed files with 112 additions and 46 deletions

View File

@@ -124,7 +124,7 @@ var async = require('async'),
async.parallel({
users: function(next) {
user.getUsersFields(uids, ['uid', 'username', 'userslug', 'picture'], next);
user.getUsersFields(uids, ['uid', 'username', 'userslug', 'picture', 'icon:bgColor', 'icon:text'], next);
},
categories: function(next) {
categories.getCategoriesFields(cids, ['cid', 'name', 'slug', 'icon', 'bgColor', 'color', 'disabled'], next);