mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
[#1394] fix customizationsNotification issue
This commit is contained in:
@@ -59,6 +59,7 @@ var UserSchema = new Schema({
|
||||
filters: {type: Schema.Types.Mixed, 'default': {}},
|
||||
|
||||
flags: {
|
||||
customizationsNotification: {type: Boolean, 'default': false},
|
||||
showTour: {type: Boolean, 'default': true},
|
||||
ads: {type: String, 'default': 'show'}, // FIXME make this a boolean, run migration
|
||||
dropsEnabled: {type: Boolean, 'default': false},
|
||||
|
||||
Reference in New Issue
Block a user