huge changes
This commit is contained in:
@@ -816,7 +816,8 @@ mongoose.model('Ticket', new mongoose.Schema({
|
||||
claimerId: String,
|
||||
staffChannelId: String,
|
||||
parentCategoryId: String,
|
||||
unclaimedReminderssent: { type: [Number], default: [] }
|
||||
unclaimedReminderssent: { type: [Number], default: [] },
|
||||
lastMessageAuthorIsStaff: { type: Boolean, default: false }
|
||||
}));
|
||||
|
||||
mongoose.model('TicketCounter', new mongoose.Schema({
|
||||
|
||||
Reference in New Issue
Block a user