zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

RSS bot pulls the oldest entries and ignores the newer/latest entries on the feed. #831

Open laurynmm opened 2 days ago

laurynmm commented 2 days ago

As reported on CZO, depending on how the RSS feed has sorted its entries (newest first or oldest first), the RSS bot integration may only pull the oldest entries and ignore newer/latest entries in the feed.

Fixing the implementation will probably involve two loops for processing feed entries: