aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/cache.go')
-rw-r--r--internal/feed/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/cache.go b/internal/feed/cache.go
index 731eab1..5674de4 100644
--- a/internal/feed/cache.go
+++ b/internal/feed/cache.go
@@ -28,7 +28,7 @@ type CachedFeed interface {
Failures() int
Last() time.Time
ID() string
- filterItems(items []feeditem, ignoreHash bool, alwaysNew bool) []feeditem
+ filterItems(items []item, ignoreHash bool, alwaysNew bool) []item
Commit()
}
485cc8724d741948df60de&follow=1'>update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12