mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 05:01:28 +00:00
some searchbox focus workarouns, content hash checking is optional now
This commit is contained in:
@@ -195,8 +195,10 @@
|
||||
if ($orig_title != $entry_title) {
|
||||
$last_read_qpart = 'last_read = null,';
|
||||
}
|
||||
|
||||
if (UPDATE_POST_ON_CHECKSUM_CHANGE &&
|
||||
$orig_content_hash != $content_hash) {
|
||||
|
||||
if ($orig_content_hash != $content_hash) {
|
||||
$last_read_qpart = 'last_read = null,';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user