mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
set new entries as unread when subscribing
This commit is contained in:
@@ -66,7 +66,7 @@ public class FeedSubscriptionService {
|
|||||||
for (FeedEntry entry : allEntries) {
|
for (FeedEntry entry : allEntries) {
|
||||||
FeedEntryStatus status = new FeedEntryStatus();
|
FeedEntryStatus status = new FeedEntryStatus();
|
||||||
status.setEntry(entry);
|
status.setEntry(entry);
|
||||||
status.setRead(true);
|
status.setRead(false);
|
||||||
status.setSubscription(sub);
|
status.setSubscription(sub);
|
||||||
statuses.add(status);
|
statuses.add(status);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user