2022/12/01#p1
The live RSS feed gets refreshed whenever a post is created, updated or deleted to ensure everything is as it should be. That's been fine until now but, with rssCloud pings, I've put in an extra bit of logic to stop this happening when working on a draft. There's no need for an update in that scenario and it avoids spamming folks with needless notifications.
I might also work on checking if the post being updated/deleted is even in the feed (currently last 10 items) to determine if a refresh is required.
Update: that should be in and working now.
Seems to be working! 🎉