mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
updated emailer to pass through "fromUid" if available
This commit is contained in:
@@ -62,7 +62,8 @@ var fs = require('fs'),
|
||||
plaintext: translated[1],
|
||||
template: template,
|
||||
uid: uid,
|
||||
pid: params.pid
|
||||
pid: params.pid,
|
||||
fromUid: params.fromUid
|
||||
});
|
||||
callback();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user