mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
action:user.updateProfile
This commit is contained in:
@@ -96,7 +96,7 @@ module.exports = function(User) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
plugins.fireHook('action:user.updateProfile', {data: data, uid: uid});
|
||||
User.getUserFields(uid, ['email', 'userslug', 'picture', 'gravatarpicture'], callback);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user