mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Reload full content when changed (#3506)
* Reload full content when changed If an article is changed, reload also its full content when applicable. * Compute hash before getting full content * Revert mix two PRs * Update app/Controllers/feedController.php
This commit is contained in:
committed by
GitHub
parent
385e7f883a
commit
ef4a826e34
@@ -377,6 +377,9 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
continue;
|
||||
}
|
||||
|
||||
// If the entry has changed, there is a good chance for the full content to have changed as well.
|
||||
$entry->loadCompleteContent(true);
|
||||
|
||||
if (!$entryDAO->inTransaction()) {
|
||||
$entryDAO->beginTransaction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user