Close tickets after 5 days of inactivity
This commit is contained in:
Vendored
+2
-1
@@ -72,6 +72,7 @@ export type KnowledgebaseItem = {
|
||||
export type PrivateHelpTicket = {
|
||||
id: number
|
||||
user_id: string
|
||||
status: PrivateHelpTicketStatus,
|
||||
thread_id: string
|
||||
status: PrivateHelpTicketStatus
|
||||
timestamp: string
|
||||
}
|
||||
Reference in New Issue
Block a user