Update Api

pull/669/head
Daniel Supernault 6 years ago
parent 605774cad4
commit 5f0922d88c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save