mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
chore: update CI4 to v4.6.4 + php and js packages to latest
This commit is contained in:
parent
d438190b49
commit
133e308603
36 changed files with 2015 additions and 1476 deletions
|
|
@ -186,7 +186,7 @@ class PodcastModel extends Model
|
|||
'`' . $prefix . 'fediverse_posts`.`published_at` <= UTC_TIMESTAMP()',
|
||||
null,
|
||||
false
|
||||
)->orWhere('fediverse_posts.published_at', null)
|
||||
)->orWhere('fediverse_posts.published_at')
|
||||
->groupEnd()
|
||||
->groupBy('podcasts.actor_id')
|
||||
->orderBy('max_published_at', 'DESC');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue