mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
delete entries with no feeds
This commit is contained in:
@@ -249,6 +249,8 @@ public class AdminREST extends AbstractResourceREST {
|
||||
Map<String, Long> map = Maps.newHashMap();
|
||||
map.put("feeds_without_subscriptions",
|
||||
cleaner.cleanFeedsWithoutSubscriptions());
|
||||
map.put("entries_without_feeds",
|
||||
cleaner.cleanEntriesWithoutFeeds());
|
||||
return Response.ok(map).build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user