mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
add popovr customizations notification
This commit is contained in:
@@ -12,7 +12,9 @@ db.users.find().forEach(function(user){
|
||||
'preferences.hair': 'blond',
|
||||
|
||||
'items.head': user.items.armor,
|
||||
'items.shield': user.items.armor
|
||||
'items.shield': user.items.armor,
|
||||
|
||||
'flags.customizationsNotification': 'show'
|
||||
}
|
||||
|
||||
db.users.update({_id:user._id}, {$set:updates});
|
||||
|
||||
Reference in New Issue
Block a user