Skip to content

Commit

Permalink
Add invite party to ios tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Nov 13, 2015
1 parent 27d3d9d commit ada97c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -599,6 +600,7 @@ function _populateDefaultsForNewUser(user) {
'tavern',
'equipment',
'items',
'inviteParty',
];

_.each(tutorialCommonSections, function(section) {
Expand Down

0 comments on commit ada97c1

Please sign in to comment.