mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-08 06:11:31 +01:00
Fixed problem with newspaper mode news doubling.
This commit is contained in:
parent
b873dbcf33
commit
ad59ac6648
@ -57,8 +57,6 @@ QList<Message> Feed::undeletedMessages() const {
|
||||
if (decoded) {
|
||||
messages.append(message);
|
||||
}
|
||||
|
||||
messages.append(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user