Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4131 | Rev 4141 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4131 Rev 4132
Línea 313... Línea 313...
313
                            'url_upload'                    => $this->url()->fromRoute('chat/upload', ['id' => $chatGroup->uuid]),
313
                            'url_upload'                    => $this->url()->fromRoute('chat/upload', ['id' => $chatGroup->uuid]),
314
                            'url_get_all_messages'          => $this->url()->fromRoute('chat/get-all-messages', ['id' => $chatGroup->uuid]),
314
                            'url_get_all_messages'          => $this->url()->fromRoute('chat/get-all-messages', ['id' => $chatGroup->uuid]),
315
                            'url_mark_seen'                 => $this->url()->fromRoute('chat/mark-seen', ['id' => $chatGroup->uuid]),
315
                            'url_mark_seen'                 => $this->url()->fromRoute('chat/mark-seen', ['id' => $chatGroup->uuid]),
316
                            'url_mark_received'             => $this->url()->fromRoute('chat/mark-received', ['id' => $chatGroup->uuid]),
316
                            'url_mark_received'             => $this->url()->fromRoute('chat/mark-received', ['id' => $chatGroup->uuid]),
317
                            'zoom'                          => $this->url()->fromRoute('chat/zoom', ['id' => $chatGroup->uuid, 'type' => 'chat']),
317
                            'zoom'                          => $this->url()->fromRoute('chat/zoom', ['id' => $chatGroup->uuid, 'type' => 'chat']),
-
 
318
                            'url_zoom'                      => $this->url()->fromRoute('chat/zoom', ['id' => $chatGroup->uuid, 'type' => 'chat']),
318
                            'id'                            => $chatGroup->uuid,
319
                            'id'                            => $chatGroup->uuid,
319
                            'name'                          => $chatGroup->name,
320
                            'name'                          => $chatGroup->name,
320
                            'type'                          => 'group',
321
                            'type'                          => 'group',
321
                            'is_open'                       => $is_open ? 1 : 0,
322
                            'is_open'                       => $is_open ? 1 : 0,
322
                            'not_seen_messages'             => $not_seen_messages,
323
                            'not_seen_messages'             => $not_seen_messages,
Línea 385... Línea 386...
385
                        'url_send'                  => $this->url()->fromRoute('chat/send', ['id' => $user->uuid]),
386
                        'url_send'                  => $this->url()->fromRoute('chat/send', ['id' => $user->uuid]),
386
                        'url_upload'                => $this->url()->fromRoute('chat/upload', ['id' => $user->uuid]),
387
                        'url_upload'                => $this->url()->fromRoute('chat/upload', ['id' => $user->uuid]),
387
                        'url_mark_seen'             => $this->url()->fromRoute('chat/mark-seen', ['id' => $user->uuid]),
388
                        'url_mark_seen'             => $this->url()->fromRoute('chat/mark-seen', ['id' => $user->uuid]),
388
                        'url_mark_received'         => $this->url()->fromRoute('chat/mark-received', ['id' => $user->uuid]),
389
                        'url_mark_received'         => $this->url()->fromRoute('chat/mark-received', ['id' => $user->uuid]),
389
                        'url_get_all_messages'      => $this->url()->fromRoute('chat/get-all-messages', ['id' => $user->uuid]),
390
                        'url_get_all_messages'      => $this->url()->fromRoute('chat/get-all-messages', ['id' => $user->uuid]),
-
 
391
                        'url_zoom'                  => $this->url()->fromRoute('chat/zoom', ['id' => $chatUser->uuid, 'type' => 'chat']),
390
                        'id'                        => $user->uuid,
392
                        'id'                        => $user->uuid,
391
                        'name'                      => trim($user->first_name . ' ' . $user->last_name),
393
                        'name'                      => trim($user->first_name . ' ' . $user->last_name),
392
                        'image'                     => $this->url()->fromRoute('storage', ['code' => $user->uuid, 'type' => 'user', 'filename' => $user->image]),
394
                        'image'                     => $this->url()->fromRoute('storage', ['code' => $user->uuid, 'type' => 'user', 'filename' => $user->image]),
393
                        'profile'                   => $this->url()->fromRoute('profile/view', ['id' =>$user->uuid]),
395
                        'profile'                   => $this->url()->fromRoute('profile/view', ['id' =>$user->uuid]),
394
                        'type'                      => 'user',
396
                        'type'                      => 'user',