Skip to content

Commit

Permalink
chore(mobile): add mobileChat flag for grandfathering
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed Feb 22, 2014
1 parent b950566 commit df95c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit df95c9e

Please sign in to comment.