gravatars will be generated on demand

changing the setting in ACP will affect all default gravatars now.
This commit is contained in:
barisusakli
2014-05-04 17:26:56 -04:00
parent ac9bd0859f
commit 8afcf44732
5 changed files with 71 additions and 42 deletions

View File

@@ -283,7 +283,7 @@ var db = require('./database'),
async.parallel({
user: function(next) {
user.getNameSlugPicture(post.uid, next);
user.getUserFields(post.uid, ['username', 'userslug', 'picture'], next);
},
topicCategory: function(next) {
topics.getTopicFields(post.tid, ['title', 'cid', 'slug', 'deleted'], function(err, topicData) {