diff --git a/include/library/Crunchbutton/Support.php b/include/library/Crunchbutton/Support.php index a2918adb4..c6d1203ed 100644 --- a/include/library/Crunchbutton/Support.php +++ b/include/library/Crunchbutton/Support.php @@ -430,6 +430,11 @@ class Crunchbutton_Support extends Cana_Table { $this->id_admin = $message->id_admin; $this->save(); } + + Chat::emit([ + 'room' => 'ticket.'.$message->id_support, + 'room' => 'ticket.all', + ], 'ticket.message', $this->exports()); return $message; }