mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
cache unread count
This commit is contained in:
@@ -75,7 +75,7 @@ public class FeedUpdateService {
|
||||
|
||||
users.add(sub.getUser());
|
||||
}
|
||||
cache.invalidateRootCategory(users.toArray(new User[0]));
|
||||
cache.invalidateUserData(users.toArray(new User[0]));
|
||||
feedEntryDAO.saveOrUpdate(update);
|
||||
feedEntryStatusDAO.saveOrUpdate(statusUpdateList);
|
||||
metricsBean.entryUpdated(statusUpdateList.size());
|
||||
|
||||
Reference in New Issue
Block a user