mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
Revert "subscribe_to_feed: use already fetched data when updating initially"
This reverts commit 23923fb29b.
This commit is contained in:
@@ -1661,7 +1661,7 @@
|
||||
$feed_id = db_fetch_result($result, 0, "id");
|
||||
|
||||
if ($feed_id) {
|
||||
update_rss_feed($feed_id, false, false, false, $contents);
|
||||
update_rss_feed($feed_id, true);
|
||||
}
|
||||
|
||||
return array("code" => 1);
|
||||
|
||||
Reference in New Issue
Block a user