mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
chore(mobile): add mobileChat flag for grandfathering
This commit is contained in:
parent
b95056606a
commit
df95c9e808
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ var UserSchema = new Schema({
|
|||
hair: {type: Schema.Types.Mixed, 'default': {}},
|
||||
shirt: {type: Schema.Types.Mixed, 'default': {}},
|
||||
txnCount: {type: Number, 'default':0},
|
||||
mobileChat: Boolean,
|
||||
plan: {
|
||||
planId: String,
|
||||
customerId: String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue