mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-29 17:17:11 +00:00
disable md5 update checking by default
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
|
||||
$unread = pg_fetch_result($result, 0, "unread");
|
||||
$md5_hash = pg_fetch_result($result, 0, "md5_hash");
|
||||
|
||||
if ($md5_hash != $content_md5)
|
||||
|
||||
if ($md5_hash != $content_md5 && CONTENT_CHECK_MD5)
|
||||
$unread = "true";
|
||||
|
||||
if ($unread) {
|
||||
|
||||
Reference in New Issue
Block a user