1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +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:
Andrew Dolgov
2018-05-20 10:41:08 +03:00
parent 8702ded6a1
commit 66fe33e769

View File

@@ -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,