feat(usernames): follow-up email and setting for email opt-out

This commit is contained in:
Sabe Jones
2018-11-08 10:00:25 -06:00
parent 7fbc68511b
commit 5d6b6ed29a
4 changed files with 114 additions and 0 deletions

View File

@@ -481,6 +481,7 @@ let schema = new Schema({
importantAnnouncements: {$type: Boolean, default: true},
weeklyRecaps: {$type: Boolean, default: true},
onboarding: {$type: Boolean, default: true},
majorUpdates: {$type: Boolean, default: true},
},
pushNotifications: {
unsubscribeFromAll: {$type: Boolean, default: false},
@@ -492,6 +493,7 @@ let schema = new Schema({
invitedGuild: {$type: Boolean, default: true},
questStarted: {$type: Boolean, default: true},
invitedQuest: {$type: Boolean, default: true},
majorUpdates: {$type: Boolean, default: true},
},
suppressModals: {
levelUp: {$type: Boolean, default: false},