From d27b61c56db1dcd71159d4910911c40523794e63 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 8 Jan 2026 13:11:41 -0500 Subject: [PATCH] No discord send on status update --- api/update_ticket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,