| Línea 881... |
Línea 881... |
| 881 |
$user = $userMapper->fetchOne($feed->user_id);
|
881 |
$user = $userMapper->fetchOne($feed->user_id);
|
| Línea 882... |
Línea 882... |
| 882 |
|
882 |
|
| 883 |
// $item['owner_url'] = $this->url()->fromRoute('profile/view', ['id' => $user->uuid]);
|
883 |
// $item['owner_url'] = $this->url()->fromRoute('profile/view', ['id' => $user->uuid]);
|
| 884 |
$item['owner_url'] = str_replace('[uuid]', $user->uuid, $user_profile_url);
|
884 |
$item['owner_url'] = str_replace('[uuid]', $user->uuid, $user_profile_url);
|
| 885 |
$item['owner_image'] = $this->url()->fromRoute('storage', ['code' => $user->uuid, 'type' => 'user', 'filename' => $user->image]);
|
885 |
$item['owner_image'] = $this->url()->fromRoute('storage', ['code' => $user->uuid, 'type' => 'user', 'filename' => $user->image]);
|
| Línea 886... |
Línea 886... |
| 886 |
$item['owner_name'] = $user->first_name . ' ' . $user->last_name;
|
886 |
$item['owner_name'] = $user->first_name . ' dsfdsf' . $user->last_name;
|
| 887 |
|
887 |
|
| 888 |
if($feed->user_id == $currentUser->id) {
|
888 |
if($feed->user_id == $currentUser->id) {
|