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],
|
plaintext: translated[1],
|
||||||
template: template,
|
template: template,
|
||||||
uid: uid,
|
uid: uid,
|
||||||
pid: params.pid
|
pid: params.pid,
|
||||||
|
fromUid: params.fromUid
|
||||||
});
|
});
|
||||||
callback();
|
callback();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user