mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-07-30 15:36:18 -05:00
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.