emit a message when a reply is sent
This commit is contained in:
parent
594188f0ea
commit
126a3a1aeb
@ -431,6 +431,11 @@ class Crunchbutton_Support extends Cana_Table {
|
||||
$this->save();
|
||||
}
|
||||
|
||||
Chat::emit([
|
||||
'room' => 'ticket.'.$message->id_support,
|
||||
'room' => 'ticket.all',
|
||||
], 'ticket.message', $this->exports());
|
||||
|
||||
return $message;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user