mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:25:55 +00:00
bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed)
This commit is contained in:
@@ -989,6 +989,7 @@ class RSSUtils {
|
||||
content = :content,
|
||||
content_hash = :content_hash,
|
||||
updated = :updated,
|
||||
date_updated = NOW(),
|
||||
num_comments = :num_comments,
|
||||
plugin_data = :plugin_data,
|
||||
author = :author,
|
||||
|
||||
Reference in New Issue
Block a user