FIX: RSS feed must have unique GUID

This commit is contained in:
Arpit Jalan
2016-02-22 18:28:02 +05:30
parent 4d981cec53
commit c2caf90de6
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<description><![CDATA[ <%= post.cooked.html_safe %> ]]></description>
<link><%= Discourse.base_url + post.url %></link>
<pubDate><%= post.created_at.rfc2822 %></pubDate>
<guid isPermaLink="false">post-<%= post.id %></guid>
<guid isPermaLink="false"><%= Discourse.current_hostname %>-post-<%= post.id %></guid>
</item>
<% end %>
</channel>