updating profile fields to allow plugins (e.g. the write-api) to change a user's profile picture

@barisusakli please let me know if this is not ok.
This commit is contained in:
Julian Lam
2016-07-11 18:26:04 -04:00
parent 1f5913c874
commit c8e64ae93b
2 changed files with 2 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ var fallbackTransport;
},
function (results, next) {
var data = {
_raw: params,
to: email,
from: meta.config['email:from'] || 'no-reply@' + getHostname(),
from_name: meta.config['email:from_name'] || 'NodeBB',