mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusHashtagService
This commit is contained in:
parent
7ffb4c4a45
commit
914b0e4965
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class StatusHashtagService {
|
|||
{
|
||||
$stop = $stop > 2000 ? 2000 : $stop;
|
||||
$ids = StatusHashtag::whereHashtagId($id)
|
||||
->whereHas('media')
|
||||
->latest()
|
||||
->skip($start)
|
||||
->take($stop)
|
||||
|
|
Loading…
Reference in a new issue