Update StatusHashtagService

pull/1480/head
Daniel Supernault 6 years ago
parent 7ffb4c4a45
commit 914b0e4965
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -32,6 +32,7 @@ class StatusHashtagService {
{
$stop = $stop > 2000 ? 2000 : $stop;
$ids = StatusHashtag::whereHashtagId($id)
->whereHas('media')
->latest()
->skip($start)
->take($stop)

Loading…
Cancel
Save