We go by URL, so I am guessing the URL changed ![]()
def post_rss_news_on_forum(portal, news)
tag = get_tag(portal)
poster = NewsPoster.new
title = news[:title]
url = news[:url]
body = news[:body].truncate(NewsPoster.truncate_amount)
unless PortalNewsItem.find_by(url: url)
poster.set_up_rss_news_bot(portal, tag, title, url, body)
poster.post_rss_news_thread
poster.create_portal_rss_news_item_record
end
end
Yep, looks like the URL changed, here’s the original:
- http://elixir-lang.org/blog/2023/12/22/elixir-v1-16-0-released/ (posted here: Elixir v1.16 released)
And here’s the new one that was posted in this thread:
![]()