Skip to content

Commit 35c9bea

Browse files
committed
Fix update description
Update LastTag in runtime as well
1 parent 89ce0e7 commit 35c9bea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

feeds/process.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ func (f *Feed) ProcessFeed() {
259259

260260
cfg.Filters[i].FilterProcessed = true
261261
cfg.Filters[i].LastUpdateTime = *item.UpdatedParsed
262+
cfg.Filters[i].LastTag = item.Title
262263
f.db.UpdateLastUpdateTime(url, cfg.Filters[i].Filter, item.Title, cfg.Filters[i].LastUpdateTime)
263264
}
264265
}

0 commit comments

Comments
 (0)