mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Api
This commit is contained in:
parent
605774cad4
commit
5f0922d88c
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ class PublicApiController extends Controller
|
|||
}
|
||||
} else {
|
||||
$replies = $status->comments()
|
||||
->whereNull('reblog_of_id')
|
||||
->select('id', 'caption', 'rendered', 'profile_id', 'in_reply_to_id', 'created_at')
|
||||
->orderBy('id', 'desc')
|
||||
->paginate($limit);
|
||||
|
|
Loading…
Reference in a new issue