mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(usernames): follow-up email and setting for email opt-out
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user