Add <guid> to RSS feed
This commit is contained in:
parent
ebfad34e2f
commit
3796846809
|
@ -32,6 +32,7 @@ Run the tests locally (against development environment):
|
||||||
|
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
|
1. Rules/about page
|
||||||
1. CSS
|
1. CSS
|
||||||
1. "All new posts flagged" mode (require approval for new posts)
|
1. "All new posts flagged" mode (require approval for new posts)
|
||||||
|
|
||||||
|
|
|
@ -115,6 +115,7 @@ sub feed($self) {
|
||||||
link => $item_link,
|
link => $item_link,
|
||||||
description => $self->truncate_text($thread->{'body'}),
|
description => $self->truncate_text($thread->{'body'}),
|
||||||
author => $thread->{'author'},
|
author => $thread->{'author'},
|
||||||
|
guid => $thread->{'id'},
|
||||||
pubDate => $thread->{'date'}
|
pubDate => $thread->{'date'}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user