mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
Add support for getting chat limit from database (#14392)
* Add support for getting chat limit from database * fix lint error
This commit is contained in:
@@ -91,6 +91,7 @@ export const schema = new Schema({
|
||||
},
|
||||
memberCount: { $type: Number, default: 1 },
|
||||
challengeCount: { $type: Number, default: 0 },
|
||||
chatLimitCount: { $type: Number },
|
||||
balance: { $type: Number, default: 0 },
|
||||
logo: String,
|
||||
leaderMessage: String,
|
||||
|
||||
Reference in New Issue
Block a user