frostcube / just-rss

A simple RSS reader made with TypeScript, Angular and Ionic
GNU Affero General Public License v3.0
4 stars 1 forks source link

Update feed page when new source is added #19

Closed derme302 closed 4 months ago

derme302 commented 4 months ago

This MR adds feed to the cache once they are added. Removing possible conditions where a feed has been accessed recently but isn't in the cache, so will cause the main feed to fail to rebuild.

derme302 commented 4 months ago

The feed no longer crashes and the PR is stable. However main feed instant updating is not wired in, currently it will appear on next refresh if the feed is not available.

derme302 commented 4 months ago

Done, will now rebuild the main feed when a new source is added.