huge changes

This commit is contained in:
indifferentketchup
2026-04-07 01:43:06 -05:00
parent ca63ecbcfd
commit 69c247ed1b
37 changed files with 3468 additions and 169 deletions

View File

@@ -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({