WIP - Onboarding emails (#8309)

* add onboarding emails

* fix typo
This commit is contained in:
Matteo Pagliazzi
2016-12-26 11:49:45 +01:00
committed by GitHub
parent 7fbd38d18c
commit 49cca7a601
3 changed files with 3 additions and 1 deletions

View File

@@ -440,6 +440,7 @@ let schema = new Schema({
// importantAnnouncements are in fact the recapture emails
importantAnnouncements: {type: Boolean, default: true},
weeklyRecaps: {type: Boolean, default: true},
onboarding: {type: Boolean, default: true},
},
pushNotifications: {
unsubscribeFromAll: {type: Boolean, default: false},