mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Merge pull request #6280 from vIiRuS/patch-6
Store inviteParty coachmark for iOS app
This commit is contained in:
commit
846b6597ab
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ var UserSchema = new Schema({
|
|||
deleteTask: {type: Boolean, 'default': false},
|
||||
filterTask: {type: Boolean, 'default': false},
|
||||
groupPets: {type: Boolean, 'default': false},
|
||||
inviteParty: {type: Boolean, 'default': false},
|
||||
}
|
||||
},
|
||||
dropsEnabled: {type: Boolean, 'default': false},
|
||||
|
|
|
|||
Loading…
Reference in a new issue