mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Revert for the moment as it breaks pubsub handling
This commit is contained in:
@@ -67,7 +67,7 @@ public class FeedDAO extends GenericDAO<Feed> {
|
||||
|
||||
List<Feed> feeds = q.getResultList();
|
||||
for (Feed feed : feeds) {
|
||||
FeedPushInfo info = Iterables.getFirst(feed.getPushInfo(), null);
|
||||
FeedPushInfo info = feed.getPushInfo();
|
||||
if (info != null) {
|
||||
info.getTopic();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user