mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Add <guid>s to the feeds for comments and messages
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
%>
|
||||
|
||||
<item>
|
||||
<guid isPermaLink="true">${thing.permalink}</guid>
|
||||
<title>${author} ${_("on")} ${thing.link.title}</title>
|
||||
<link>${thing.permalink}</link>
|
||||
<dc:date>${thing._date.isoformat()}-0700</dc:date>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
%>
|
||||
|
||||
<item>
|
||||
<guid>${thing._fullname}</guid>
|
||||
<title>
|
||||
<%
|
||||
taglinetext = ''
|
||||
|
||||
Reference in New Issue
Block a user