mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-07 22:54:43 -04:00
No old ID (#2276)
* No old ID https://github.com/FreshRSS/FreshRSS/issues/2273 * PostgreSQL insert or ignore
This commit is contained in:
committed by
GitHub
parent
cb00eafba0
commit
834ffacce2
@@ -585,7 +585,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
|
||||
$feed_id, $item['id'], $item['title'], $author,
|
||||
$content, $url, $published, $is_read, $is_starred
|
||||
);
|
||||
$entry->_id(min(time(), $entry->date(true)) . uSecString());
|
||||
$entry->_id(uTimeString());
|
||||
$entry->_tags($tags);
|
||||
|
||||
if (isset($newGuids[$entry->guid()])) {
|
||||
|
||||
Reference in New Issue
Block a user