mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
Add invite party to ios tutorial
This commit is contained in:
parent
27d3d9d296
commit
ada97c1f91
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ var UserSchema = new Schema({
|
|||
tavern: {type: Boolean, 'default': false},
|
||||
equipment: {type: Boolean, 'default': false},
|
||||
items: {type: Boolean, 'default': false},
|
||||
inviteParty: {type: Boolean, 'default': false},
|
||||
},
|
||||
ios: {
|
||||
addTask: {type: Boolean, 'default': false},
|
||||
|
|
@ -599,6 +600,7 @@ function _populateDefaultsForNewUser(user) {
|
|||
'tavern',
|
||||
'equipment',
|
||||
'items',
|
||||
'inviteParty',
|
||||
];
|
||||
|
||||
_.each(tutorialCommonSections, function(section) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue