mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:25:57 +00:00
force separate data in ttrss_entries between users
This commit is contained in:
@@ -411,20 +411,14 @@
|
|||||||
if (!$entry_guid) $entry_guid = $item->get_link();
|
if (!$entry_guid) $entry_guid = $item->get_link();
|
||||||
if (!$entry_guid) $entry_guid = make_guid_from_title($item->get_title());
|
if (!$entry_guid) $entry_guid = make_guid_from_title($item->get_title());
|
||||||
|
|
||||||
if ($cache_content) {
|
|
||||||
$entry_guid = "ccache:$entry_guid";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($auth_login || $auth_pass) {
|
|
||||||
$entry_guid = "auth,$owner_uid:$entry_guid";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($debug_enabled) {
|
if ($debug_enabled) {
|
||||||
_debug("update_rss_feed: guid $entry_guid");
|
_debug("update_rss_feed: guid $entry_guid");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$entry_guid) continue;
|
if (!$entry_guid) continue;
|
||||||
|
|
||||||
|
$entry_guid = "$owner_uid,$entry_guid";
|
||||||
|
|
||||||
$entry_timestamp = "";
|
$entry_timestamp = "";
|
||||||
|
|
||||||
$entry_timestamp = strtotime($item->get_date());
|
$entry_timestamp = strtotime($item->get_date());
|
||||||
|
|||||||
Reference in New Issue
Block a user