remove todo
This commit is contained in:
parent
9fcaad6b2f
commit
fa0237b546
1 changed files with 0 additions and 1 deletions
|
|
@ -235,7 +235,6 @@ func (s *Storage) MarkItemsRead(filter MarkFilter) bool {
|
||||||
cond = append(cond, "i.feed_id = ?")
|
cond = append(cond, "i.feed_id = ?")
|
||||||
args = append(args, *filter.FeedID)
|
args = append(args, *filter.FeedID)
|
||||||
}
|
}
|
||||||
// TODO: filter.Before
|
|
||||||
predicate := "1"
|
predicate := "1"
|
||||||
if len(cond) > 0 {
|
if len(cond) > 0 {
|
||||||
predicate = strings.Join(cond, " and ")
|
predicate = strings.Join(cond, " and ")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue