mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #18] [MERGED] [rss] Allow RSS Feeds without "published" Field #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/18
Author: @ricoberger
Created: 10/3/2023
Status: ✅ Merged
Merged: 10/3/2023
Merged by: @ricoberger
Base:
main← Head:rss-allow-feeds-without-published-field📝 Commits (1)
df76237[rss] Allow RSS Feeds without "published" Field📊 Changes
1 file changed (+7 additions, -2 deletions)
View changed files
📝
supabase/functions/_shared/feed/rss.ts(+7 -2)📄 Description
If a RSS feed entry did not contain a "published" field, we skipped the entry and didn't added it to the database. Now it is also possible to use feeds without a "published" field. If a feed entry does not contain the field it must contain a "updated" field, which we then use for the "publishedAt" field in the database. If a feed entry doesn't contain one of the two fields the entry is still skipped.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.