show settings in digest email closes #6160

This commit is contained in:
Barış Soner Uşaklı
2017-12-11 11:00:11 -05:00
parent 99eb1d1785
commit e3ce817ab9

View File

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