mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
refresh pubsubhubbub subscriptions every three days
This commit is contained in:
@@ -29,7 +29,6 @@ public class FeedPushInfoService {
|
||||
info.setFeed(feed);
|
||||
info.setHub(hub);
|
||||
info.setTopic(topic);
|
||||
info.setActive(false);
|
||||
feedPushInfoDAO.save(info);
|
||||
} else {
|
||||
info = infos.get(0);
|
||||
|
||||
Reference in New Issue
Block a user