3ventic / discord-rss

Lightweight, easy-to-use RSS feed => Discord service
MIT License
17 stars 4 forks source link

Delete previous notifications for updated posts #1

Open 3ventic opened 3 years ago

3ventic commented 3 years ago

Save the returned message ID for the webhook message to a map by the post URL. Check the map when receiving a new post and check if it's an update to one previously seen. Delete the previous message for that post if so.