Removed read check
This commit is contained in:
parent
56ab0912e9
commit
ac2e238e0a
|
|
@ -333,9 +333,6 @@ func (b *memoryBackend) ProcessContent(channel, fetchURL, contentType string, bo
|
||||||
|
|
||||||
for _, item := range items {
|
for _, item := range items {
|
||||||
item.Read = b.checkRead(channel, item.ID)
|
item.Read = b.checkRead(channel, item.ID)
|
||||||
if item.Read {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
b.channelAddItem(channel, item)
|
b.channelAddItem(channel, item)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user