add quest invitation email (disabled for now) and fixes

This commit is contained in:
Matteo Pagliazzi
2015-02-07 22:20:16 +01:00
parent 4f66d30441
commit 7d139b4adc
3 changed files with 34 additions and 2 deletions
+2
View File
@@ -308,6 +308,8 @@ var UserSchema = new Schema({
giftedSubscription: {type: Boolean, 'default': true},
invitedParty: {type: Boolean, 'default': true},
invitedGuild: {type: Boolean, 'default': true},
questStarted: {type: Boolean, 'default': true},
invitedQuest: {type: Boolean, 'default': true},
//remindersToLogin: {type: Boolean, 'default': true},
importantAnnouncements: {type: Boolean, 'default': true}
}