mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
actually use both guid and url as this is what we use later on to identify entries
This commit is contained in:
@@ -135,7 +135,7 @@ public class FeedRefreshUpdater {
|
||||
|
||||
private boolean updateEntry(final Feed feed, final FeedEntry entry,
|
||||
final List<FeedSubscription> subscriptions) {
|
||||
String key = StringUtils.trimToEmpty(entry.getUrl());
|
||||
String key = StringUtils.trimToEmpty(entry.getGuid() + entry.getUrl());
|
||||
Lock lock = locks.get(key);
|
||||
boolean locked = false;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user