Update SearchController

pull/1565/head
Daniel Supernault 6 years ago
parent b2d873a22c
commit 98ca36dc65
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -52,6 +52,7 @@ class SearchController extends Controller
'entity' => [
'id' => $item->id,
'following' => $item->followedBy(Auth::user()->profile),
'follow_request' => $item->hasFollowRequestById(Auth::user()->profile_id),
'thumb' => $item->avatarUrl()
]
]];

Loading…
Cancel
Save