mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
starred items ignore the unreadOnly flag
This commit is contained in:
@@ -183,7 +183,7 @@ public class CategoryREST extends AbstractREST {
|
||||
}
|
||||
|
||||
entries.setTimestamp(System.currentTimeMillis());
|
||||
entries.setIgnoredReadStatus(keywords != null || tag != null);
|
||||
entries.setIgnoredReadStatus(STARRED.equals(id) || keywords != null || tag != null);
|
||||
FeedUtils.removeUnwantedFromSearch(entries.getEntries(), keywords);
|
||||
return Response.ok(entries).build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user