mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
gravatars will be generated on demand
changing the setting in ACP will affect all default gravatars now.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user