Removed read check

This commit is contained in:
Peter Stuifzand 2018-04-09 23:34:08 +02:00
parent 56ab0912e9
commit ac2e238e0a

View File

@ -333,9 +333,6 @@ func (b *memoryBackend) ProcessContent(channel, fetchURL, contentType string, bo
for _, item := range items {
item.Read = b.checkRead(channel, item.ID)
if item.Read {
continue
}
b.channelAddItem(channel, item)
}