mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
show settings in digest email closes #6160
This commit is contained in:
@@ -139,6 +139,7 @@ Digest.send = function (data, callback) {
|
||||
notifications: notifications,
|
||||
recent: data.topics,
|
||||
interval: data.interval,
|
||||
showUnsubscribe: true,
|
||||
}, function (err) {
|
||||
if (err) {
|
||||
winston.error('[user/jobs] Could not send digest email', err);
|
||||
|
||||
Reference in New Issue
Block a user