show settings in digest email closes #6160

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 99eb1d1785
commit e3ce817ab9

@ -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);

Loading…
Cancel
Save