audit
This commit is contained in:
@@ -817,7 +817,8 @@ const ticketSchema = new mongoose.Schema({
|
||||
staffChannelId: String,
|
||||
parentCategoryId: String,
|
||||
unclaimedRemindersSent: { type: [Number], default: [] },
|
||||
lastMessageAuthorIsStaff: { type: Boolean, default: false }
|
||||
lastMessageAuthorIsStaff: { type: Boolean, default: false },
|
||||
pendingDelete: { type: Boolean, default: false }
|
||||
});
|
||||
ticketSchema.index({ status: 1, lastActivity: 1 });
|
||||
ticketSchema.index({ senderEmail: 1, status: 1 });
|
||||
|
||||
Reference in New Issue
Block a user