Línea 252... |
Línea 252... |
252 |
$chat = [
|
252 |
$chat = [
|
253 |
'url_leave' => '',
|
253 |
'url_leave' => '',
|
254 |
'url_delete' => '',
|
254 |
'url_delete' => '',
|
255 |
'url_add_user_to_group' => '',
|
255 |
'url_add_user_to_group' => '',
|
256 |
'url_get_contact_group_list' => $this->url()->fromRoute('chat/get-contact-group-list', ['group_id' => $chatGroup->uuid]),
|
256 |
'url_get_contact_group_list' => $this->url()->fromRoute('chat/get-contact-group-list', ['group_id' => $chatGroup->uuid]),
|
257 |
'url_get_contacts_availables_for_group' => $this->url()->fromRoute('chat/get-contacts-availables-for-group', ['group_id' => $chatGroup->uuid]),
|
257 |
'url_get_contacts_availables_for_group' => '',
|
258 |
'url_clear' => $this->url()->fromRoute('chat/clear', ['id' => $chatGroup->uuid]),
|
258 |
'url_clear' => $this->url()->fromRoute('chat/clear', ['id' => $chatGroup->uuid]),
|
259 |
'url_close' => $this->url()->fromRoute('chat/close', ['id' => $chatGroup->uuid]),
|
259 |
'url_close' => $this->url()->fromRoute('chat/close', ['id' => $chatGroup->uuid]),
|
260 |
'url_send' => $this->url()->fromRoute('chat/send', ['id' => $chatGroup->uuid]),
|
260 |
'url_send' => $this->url()->fromRoute('chat/send', ['id' => $chatGroup->uuid]),
|
261 |
'url_upload' => $this->url()->fromRoute('chat/upload', ['id' => $chatGroup->uuid]),
|
261 |
'url_upload' => $this->url()->fromRoute('chat/upload', ['id' => $chatGroup->uuid]),
|
262 |
'url_get_all_messages' => $this->url()->fromRoute('chat/get-all-messages', ['id' => $chatGroup->uuid]),
|
262 |
'url_get_all_messages' => $this->url()->fromRoute('chat/get-all-messages', ['id' => $chatGroup->uuid]),
|