mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1590 from pixelfed/frontend-ui-refactor
Update SearchController
This commit is contained in:
commit
fdeb424f57
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class SearchController extends Controller
|
|||
'tokens' => [$item->username],
|
||||
'name' => $item->name,
|
||||
'entity' => [
|
||||
'id' => $item->id,
|
||||
'id' => (string) $item->id,
|
||||
'following' => $item->followedBy(Auth::user()->profile),
|
||||
'follow_request' => $item->hasFollowRequestById(Auth::user()->profile_id),
|
||||
'thumb' => $item->avatarUrl()
|
||||
|
|
Loading…
Reference in a new issue