scripting / feedlandInstall

Instructions for setting up a FeedLand server.
GNU General Public License v3.0
3 stars 1 forks source link

Fixed bug in cloud element for feeds with no items #34

Open scripting opened 1 year ago

scripting commented 1 year ago

If a feed comes from an rssCloud-compatible server and has a cloud element, and the feed has zero elements, previously FeedLand would not see the cloud element. The problem would correct itself once the feed has 1 or more item.

But I just fixed the bug. You can get the update with npm update, you should get one updated package, davefeedread, which is what reallysimple calls to get the contents of the feed.

Layers of technology are fun. ;-)