Andrew-J-Larson / galnet-news-discord-bot

Gets news posts from Galnet News, for Elite Dangerous centered discord servers.
GNU General Public License v3.0
1 stars 1 forks source link

[Bug] Need to fix issue of updated posts when a new post shows up #4

Closed Andrew-J-Larson closed 3 years ago

Andrew-J-Larson commented 3 years ago

Updated posts apparently cause a new node to be created, therefore showing up when checking for new posts.

So, I need to include detection, by keeping the collection of last day's posts (node, title, and date), and when a title and date pair matches a new node, to then update that post.

Andrew-J-Larson commented 3 years ago

Actually not sure if this is a bug, or if it was caused due to my faulty miss ordering of elements via using the galnet api json