Línea 355... |
Línea 355... |
355 |
'url_send' => $this->url()->fromRoute('chat/send', ['id' => $user->uuid]),
|
355 |
'url_send' => $this->url()->fromRoute('chat/send', ['id' => $user->uuid]),
|
356 |
'url_upload' => $this->url()->fromRoute('chat/upload', ['id' => $user->uuid]),
|
356 |
'url_upload' => $this->url()->fromRoute('chat/upload', ['id' => $user->uuid]),
|
357 |
'url_mark_seen' => $this->url()->fromRoute('chat/mark-seen', ['id' => $user->uuid]),
|
357 |
'url_mark_seen' => $this->url()->fromRoute('chat/mark-seen', ['id' => $user->uuid]),
|
358 |
'url_mark_received' => $this->url()->fromRoute('chat/mark-received', ['id' => $user->uuid]),
|
358 |
'url_mark_received' => $this->url()->fromRoute('chat/mark-received', ['id' => $user->uuid]),
|
359 |
'url_get_all_messages' => $this->url()->fromRoute('chat/get-all-messages', ['id' => $user->uuid]),
|
359 |
'url_get_all_messages' => $this->url()->fromRoute('chat/get-all-messages', ['id' => $user->uuid]),
|
- |
|
360 |
'url_zoom' => $this->url()->fromRoute('chat/zoom', ['id' => $user->uuid, 'type' => 'chat']),
|
360 |
'id' => $user->uuid,
|
361 |
'id' => $user->uuid,
|
361 |
'name' => trim($user->first_name . ' ' . $user->last_name),
|
362 |
'name' => trim($user->first_name . ' ' . $user->last_name),
|
362 |
'image' => $this->url()->fromRoute('storage', ['code' => $user->uuid, 'type' => 'user', 'filename' => $user->image]),
|
363 |
'image' => $this->url()->fromRoute('storage', ['code' => $user->uuid, 'type' => 'user', 'filename' => $user->image]),
|
363 |
/*'profile' => $this->url()->fromRoute('profile/view', ['id' =>$user->uuid]),*/
|
364 |
/*'profile' => $this->url()->fromRoute('profile/view', ['id' =>$user->uuid]),*/
|
364 |
'type' => 'user',
|
365 |
'type' => 'user',
|