diff --git a/src/feed/index.ts b/src/feed/index.ts index 0b94e9b4..2ff4ca31 100644 --- a/src/feed/index.ts +++ b/src/feed/index.ts @@ -125,7 +125,7 @@ export function makeFeedReader( owner, topic, async download(options?: FeedUpdateOptions): Promise { - if (!options?.index) { + if (!options?.index && options?.index !== 0 { return fetchLatestFeedUpdate(requestOptions, owner, topic, { ...options, type }) }