Add guid back to RSS feed

This commit is contained in:
swag 2023-05-12 12:38:06 -04:00
parent 78a7338f7b
commit 9a50afad14

View File

@ -114,6 +114,7 @@ sub feed($self) {
$rss->add_item( $rss->add_item(
title => $thread->{'title'}, title => $thread->{'title'},
link => $item_link, link => $item_link,
permaLink => $item_link,
description => $description, description => $description,
pubDate => $thread->{'date'} pubDate => $thread->{'date'}
); );