mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-14 21:10:38 +02: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