Update Api

This commit is contained in:
Daniel Supernault 2018-12-24 23:55:11 -07:00
parent 605774cad4
commit 5f0922d88c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -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);