diff --git a/api/update_ticket.php b/api/update_ticket.php index 47c1202..97d86bb 100644 --- a/api/update_ticket.php +++ b/api/update_ticket.php @@ -156,8 +156,8 @@ try { $this->auditLog->logTicketUpdate($this->userId, $id, $data); } - // Send Discord webhook notification - $this->sendDiscordWebhook($id, $currentTicket, $updateData, $data); + // Discord webhook disabled for updates - only send for new tickets + // $this->sendDiscordWebhook($id, $currentTicket, $updateData, $data); return [ 'success' => true,