This version will now handle grabbing multiple posts from each feed if the posts are newer than the last check's date.
For reference - previous versions would behave like so:
- Fetch RSS Feed Content
- --> Check if newest post is newer than the last check's Date/Time stamp
- --> If newest post is newer, post.
2.1.0
version now behaves like so:
- Fetch RSS Feed Content
- --> Grab all items in feed
- --> For each item, if it is newer than the last check's Date/Time stamp post it
- --> Sets the check Date/Time stamp to be the newest from the group of items
2.1.0
version now has a hard-coded 10 second pause between posts to
- This will respect Discord's Rate Limiting for a large amount of posts between checks
- 10 seconds is to see if pausing between posts will help rid of the
Original message was deleted
"bug" in Forums