Línea 1600... |
Línea 1600... |
1600 |
'feed_unique' => uniqid(),
|
1600 |
'feed_unique' => uniqid(),
|
1601 |
'feed_uuid' => $feed->uuid,
|
1601 |
'feed_uuid' => $feed->uuid,
|
1602 |
'feed_my_reaction' => $reaction ? $reaction->reaction : '',
|
1602 |
'feed_my_reaction' => $reaction ? $reaction->reaction : '',
|
1603 |
'feed_delete_url' => '',
|
1603 |
'feed_delete_url' => '',
|
1604 |
'feed_content_type' => $feed->file_type ? $feed->file_type : '',
|
1604 |
'feed_content_type' => $feed->file_type ? $feed->file_type : '',
|
- |
|
1605 |
'feed_reactions' => $reactions,
|
1605 |
'feed_reaction_url' => $this->url()->fromRoute('feed/save-reaction', ['id' => $feed->uuid]),
|
1606 |
'feed_reaction_url' => $this->url()->fromRoute('feed/save-reaction', ['id' => $feed->uuid]),
|
1606 |
'feed_highlighted' => $feed->id == $feedHighlighted ? 1 : 0,
|
1607 |
'feed_highlighted' => $feed->id == $feedHighlighted ? 1 : 0,
|
1607 |
//'is_liked' => $contentReaction ? 1 : 0,
|
1608 |
//'is_liked' => $contentReaction ? 1 : 0,
|
1608 |
//'like_url' => $this->url()->fromRoute('post/like', ['id' => $post->uuid]),
|
1609 |
//'like_url' => $this->url()->fromRoute('post/like', ['id' => $post->uuid]),
|
1609 |
//'unlike_url' => $this->url()->fromRoute('post/unlike', ['id' => $post->uuid]),
|
1610 |
//'unlike_url' => $this->url()->fromRoute('post/unlike', ['id' => $post->uuid]),
|