Email subs reminders release (#11216)

* add subscriptions reminders emails

* add field to record the last sub reminder
This commit is contained in:
Matteo Pagliazzi
2019-06-10 22:37:30 +02:00
committed by GitHub
parent b9d9a17aca
commit 3c31945524
4 changed files with 5 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ export default {
'weeklyRecaps',
'onboarding',
'majorUpdates',
'subscriptionReminders',
]),
// list of email-only notifications
onlyEmailsIds: Object.freeze([
@@ -67,6 +68,7 @@ export default {
'importantAnnouncements',
'weeklyRecaps',
'onboarding',
'subscriptionReminders',
]),
};
},