Skip to content

Commit

Permalink
set nextUpdateTime to null when creating a feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Dec 23, 2024
1 parent 94eccc3 commit 2d16949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/FeedServiceV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ public function create(
$feed->setFolderId($folderId)
->setUserId($userId)
->setHttpLastModified(null)
->setNextUpdateTime(null)
->setArticlesPerUpdate(count($items));

if ($title !== null) {
Expand Down

0 comments on commit 2d16949

Please sign in to comment.