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

@@ -481,6 +481,7 @@ let schema = new Schema({
weeklyRecaps: {$type: Boolean, default: true},
onboarding: {$type: Boolean, default: true},
majorUpdates: {$type: Boolean, default: true},
subscriptionReminders: {$type: Boolean, default: true},
},
pushNotifications: {
unsubscribeFromAll: {$type: Boolean, default: false},